Html Css Color HEX #4EDE2C Lime Green

📋 copy color: '#4EDE2C'

red 78 ◦ green 222 ◦ blue 44

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

Shades of Lime Green #4EDE2C

Tints of Lime Green #4EDE2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.79%

R = 22.67%
G = 64.53%
B = 12.79%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#4EDE2C (or 0x4EDE2C) is known color: Lime Green. HEX triplet: 4E, DE and 2C. RGB value is (78,222,44). Sum of RGB (Red+Green+Blue) = 78+222+44=344 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.67% from 344); Green value is 222 (87.11% from 255 or 64.53% from 344); Blue value is 44 (17.58% from 255 or 12.79% from 344); Max value from RGB is 222 - color contains mainly: green. Hex color #4EDE2C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDE2C is #B121D3. Grayscale: #9F9F9F. Windows color (decimal): -11608532 or 2940494. OLE color: 2940494.

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

Color convert

RGB 78 222 44 -
CMYK 0.65 0 0.80 0.13
HSL 108.54º 0.73% 0.52% -
HSV(B) 108.54º 0.8% 0.87% -
XYZ 29.72 54.04 11.25 -
YUV 158.65 63.29 70.47 -
System Red Green Blue C M Y K H S L
Decimal 78 222 44 0.65 0 0.80 0.13 108.54 0.73 0.52
Hex 4E DE 2C 41 0 50 D 6D 49 34
Octal 116 336 54 101 0 120 15 155 111 64
Binary 1001110 11011110 101100 1000001 0 1010000 1101 1101101 1001001 110100

Color Harmonies of #4EDE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDE2C

Black with #4EDE2C

Text Example


Text Example

White with #4EDE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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