Html Css Color HEX #4CDD4F Lime Green

📋 copy color: '#4CDD4F'

red 76 ◦ green 221 ◦ blue 79

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

Shades of Lime Green #4CDD4F

Tints of Lime Green #4CDD4F

RGB

 RED value IS 76 (30.08% from 255) = 20.21%

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

 BLUE value IS 79 (31.25% from 255) = 21.01%

R = 20.21%
G = 58.78%
B = 21.01%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#4CDD4F (or 0x4CDD4F) is known color: Lime Green. HEX triplet: 4C, DD and 4F. RGB value is (76,221,79). Sum of RGB (Red+Green+Blue) = 76+221+79=376 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.21% from 376); Green value is 221 (86.72% from 255 or 58.78% from 376); Blue value is 79 (31.25% from 255 or 21.01% from 376); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD4F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CDD4F is #B322B0. Grayscale: #A1A1A1. Windows color (decimal): -11739825 or 5233996. OLE color: 5233996.

HSL color Cylindrical-coordinate representation of color #4CDD4F: hue angle of 121.24º 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 #4CDD4F is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 76 221 79 -
CMYK 0.66 0 0.64 0.13
HSL 121.24º 0.68% 0.58% -
HSV(B) 121.24º 0.66% 0.87% -
XYZ 30.25 53.81 16.19 -
YUV 161.46 81.46 67.05 -
System Red Green Blue C M Y K H S L
Decimal 76 221 79 0.66 0 0.64 0.13 121.24 0.68 0.58
Hex 4C DD 4F 42 0 40 D 79 44 3A
Octal 114 335 117 102 0 100 15 171 104 72
Binary 1001100 11011101 1001111 1000010 0 1000000 1101 1111001 1000100 111010

Color Harmonies of #4CDD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDD4F

Black with #4CDD4F

Text Example


Text Example

White with #4CDD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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