Html Css Color HEX #4ED148 Lime Green

📋 copy color: '#4ED148'

red 78 ◦ green 209 ◦ blue 72

#4ED148
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #4ED148

Tints of Lime Green #4ED148

RGB

 RED value IS 78 (30.86% from 255) = 21.73%

 GREEN value IS 209 (82.03% from 255) = 58.22%

 BLUE value IS 72 (28.52% from 255) = 20.06%

R = 21.73%
G = 58.22%
B = 20.06%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4ED148 (or 0x4ED148) is known color: Lime Green. HEX triplet: 4E, D1 and 48. RGB value is (78,209,72). Sum of RGB (Red+Green+Blue) = 78+209+72=359 (47% of max value = 765). Red value is 78 (30.86% from 255 or 21.73% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #4ED148 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4ED148 is #B12EB7. Grayscale: #9A9A9A. Windows color (decimal): -11611832 or 4772174. OLE color: 4772174.

HSL color Cylindrical-coordinate representation of color #4ED148: hue angle of 117.37º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4ED148 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 78 209 72 -
CMYK 0.63 0 0.66 0.18
HSL 117.37º 0.6% 0.55% -
HSV(B) 117.37º 0.66% 0.82% -
XYZ 27.11 47.69 13.91 -
YUV 154.21 81.6 73.64 -
System Red Green Blue C M Y K H S L
Decimal 78 209 72 0.63 0 0.66 0.18 117.37 0.6 0.55
Hex 4E D1 48 3F 0 42 12 75 3C 37
Octal 116 321 110 77 0 102 22 165 74 67
Binary 1001110 11010001 1001000 111111 0 1000010 10010 1110101 111100 110111

Color Harmonies of #4ED148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4ED148

Black with #4ED148

Text Example


Text Example

White with #4ED148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4ED148; }

 p { color: rgb(78,209,72); }

 H1.HeaderClassName
 {
   color: #4ED148;
 }
 .AnyTagClassName
 {
   color: #4ED148;
 }
</style>

background-color css

<style>
 a { background-color: #4ED148; }

 a { background-color: rgb(78,209,72); }

 div.DivClassName
 {
   background-color: #4ED148;
 }
 .BgClassName
 {
   background-color: #4ED148;
 }
</style>

border-color css

<style>
 span { border-color: #4ED148; }

 span { border-color: rgb(78,209,72); }

 td.TdClassName
 {
   border-color: #4ED148;
 }
 .TagClassName
 {
   border-color: #4ED148;
 }
</style>