Html Css Color HEX #4EDE28 Lime Green

📋 copy color: '#4EDE28'

red 78 ◦ green 222 ◦ blue 40

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

Shades of Lime Green #4EDE28

Tints of Lime Green #4EDE28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.76%

R = 22.94%
G = 65.29%
B = 11.76%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#4EDE28 (or 0x4EDE28) is known color: Lime Green. HEX triplet: 4E, DE and 28. RGB value is (78,222,40). Sum of RGB (Red+Green+Blue) = 78+222+40=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 222 (87.11% from 255 or 65.29% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDE28 is #B121D7. Grayscale: #9E9E9E. Windows color (decimal): -11608536 or 2678350. OLE color: 2678350.

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

Color convert

RGB 78 222 40 -
CMYK 0.65 0 0.82 0.13
HSL 107.47º 0.73% 0.51% -
HSV(B) 107.47º 0.82% 0.87% -
XYZ 29.65 54.02 10.87 -
YUV 158.2 61.29 70.8 -
System Red Green Blue C M Y K H S L
Decimal 78 222 40 0.65 0 0.82 0.13 107.47 0.73 0.51
Hex 4E DE 28 41 0 52 D 6B 49 33
Octal 116 336 50 101 0 122 15 153 111 63
Binary 1001110 11011110 101000 1000001 0 1010010 1101 1101011 1001001 110011

Color Harmonies of #4EDE28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDE28

Black with #4EDE28

Text Example


Text Example

White with #4EDE28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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