Html Css Color HEX #4EDD4C Lime Green

📋 copy color: '#4EDD4C'

red 78 ◦ green 221 ◦ blue 76

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

Shades of Lime Green #4EDD4C

Tints of Lime Green #4EDD4C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 58.93%

 BLUE value IS 76 (30.08% from 255) = 20.27%

R = 20.8%
G = 58.93%
B = 20.27%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.66

 K value IS 0.13

RGB Variations

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

Color information

#4EDD4C (or 0x4EDD4C) is known color: Lime Green. HEX triplet: 4E, DD and 4C. RGB value is (78,221,76). Sum of RGB (Red+Green+Blue) = 78+221+76=375 (49% of max value = 765). Red value is 78 (30.86% from 255 or 20.8% from 375); Green value is 221 (86.72% from 255 or 58.93% from 375); Blue value is 76 (30.08% from 255 or 20.27% from 375); Max value from RGB is 221 - color contains mainly: green. Hex color #4EDD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #4EDD4C is #B122B3. Grayscale: #A2A2A2. Windows color (decimal): -11608756 or 5037390. OLE color: 5037390.

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

Color convert

RGB 78 221 76 -
CMYK 0.65 0 0.66 0.13
HSL 119.17º 0.68% 0.58% -
HSV(B) 119.17º 0.66% 0.87% -
XYZ 30.3 53.85 15.64 -
YUV 161.71 79.62 68.29 -
System Red Green Blue C M Y K H S L
Decimal 78 221 76 0.65 0 0.66 0.13 119.17 0.68 0.58
Hex 4E DD 4C 41 0 42 D 77 44 3A
Octal 116 335 114 101 0 102 15 167 104 72
Binary 1001110 11011101 1001100 1000001 0 1000010 1101 1110111 1000100 111010

Color Harmonies of #4EDD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDD4C

Black with #4EDD4C

Text Example


Text Example

White with #4EDD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,221,76); }

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

background-color css

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

 a { background-color: rgb(78,221,76); }

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

border-color css

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

 span { border-color: rgb(78,221,76); }

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