Html Css Color HEX #4EDE42 Lime Green

📋 copy color: '#4EDE42'

red 78 ◦ green 222 ◦ blue 66

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

Shades of Lime Green #4EDE42

Tints of Lime Green #4EDE42

RGB

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

 GREEN value IS 222 (87.11% from 255) = 60.66%

 BLUE value IS 66 (26.17% from 255) = 18.03%

R = 21.31%
G = 60.66%
B = 18.03%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#4EDE42 (or 0x4EDE42) is known color: Lime Green. HEX triplet: 4E, DE and 42. RGB value is (78,222,66). Sum of RGB (Red+Green+Blue) = 78+222+66=366 (48% of max value = 765). Red value is 78 (30.86% from 255 or 21.31% from 366); Green value is 222 (87.11% from 255 or 60.66% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDE42 is #B121BD. Grayscale: #A1A1A1. Windows color (decimal): -11608510 or 4382286. OLE color: 4382286.

HSL color Cylindrical-coordinate representation of color #4EDE42: hue angle of 115.38º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4EDE42 is Cyan = 0.65, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 78 222 66 -
CMYK 0.65 0 0.70 0.13
HSL 115.38º 0.7% 0.56% -
HSV(B) 115.38º 0.7% 0.87% -
XYZ 30.25 54.26 14.03 -
YUV 161.16 74.29 68.68 -
System Red Green Blue C M Y K H S L
Decimal 78 222 66 0.65 0 0.70 0.13 115.38 0.7 0.56
Hex 4E DE 42 41 0 46 D 73 46 38
Octal 116 336 102 101 0 106 15 163 106 70
Binary 1001110 11011110 1000010 1000001 0 1000110 1101 1110011 1000110 111000

Color Harmonies of #4EDE42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDE42

Black with #4EDE42

Text Example


Text Example

White with #4EDE42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,222,66); }

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

background-color css

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

 a { background-color: rgb(78,222,66); }

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

border-color css

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

 span { border-color: rgb(78,222,66); }

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