Html Css Color HEX #4CDD28 Lime Green

📋 copy color: '#4CDD28'

red 76 ◦ green 221 ◦ blue 40

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

Shades of Lime Green #4CDD28

Tints of Lime Green #4CDD28

RGB

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

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

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

R = 22.55%
G = 65.58%
B = 11.87%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#4CDD28 (or 0x4CDD28) is known color: Lime Green. HEX triplet: 4C, DD and 28. RGB value is (76,221,40). Sum of RGB (Red+Green+Blue) = 76+221+40=337 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.55% from 337); Green value is 221 (86.72% from 255 or 65.58% from 337); Blue value is 40 (16.02% from 255 or 11.87% from 337); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDD28 is #B322D7. Grayscale: #9D9D9D. Windows color (decimal): -11739864 or 2678092. OLE color: 2678092.

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

Color convert

RGB 76 221 40 -
CMYK 0.66 0 0.82 0.13
HSL 108.07º 0.73% 0.51% -
HSV(B) 108.07º 0.82% 0.87% -
XYZ 29.22 53.4 10.78 -
YUV 157.01 61.96 70.22 -
System Red Green Blue C M Y K H S L
Decimal 76 221 40 0.66 0 0.82 0.13 108.07 0.73 0.51
Hex 4C DD 28 42 0 52 D 6C 49 33
Octal 114 335 50 102 0 122 15 154 111 63
Binary 1001100 11011101 101000 1000010 0 1010010 1101 1101100 1001001 110011

Color Harmonies of #4CDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDD28

Black with #4CDD28

Text Example


Text Example

White with #4CDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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