#4CCA33

Color #4CCA33 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #4CCA33

Tints of Lime Green #4CCA33

Color information

#4CCA33 (or 0x4CCA33) is unknown color: approx Lime Green. HEX triplet: 4C, CA and 33. RGB value is (76,202,51). Sum of RGB (Red+Green+Blue) = 76+202+51=329 (43% of max value = 765). Red value is 76 (30.08% from 255 or 23.10% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCA33 is #B335CC. Grayscale: #939393. Windows color (decimal): -11744717 or 3394124. OLE color: 3394124.

HSL color Cylindrical-coordinate representation of color #4CCA33: hue angle of 110.07º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4CCA33 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB7620251-
CMYK0.6200.750.21
HSL110.07º59.68%49.61%-
HSV(B)110.07º74.75%79.22%-
XYZ24.744.0210.33-
YUV147.1173.7677.28-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.10%
GREEN value IS 202 (79.30% from 255) = 61.40%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=23.10%
G=61.40%
B=15.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76202510.6200.750.21110.0759.6849.61
Hex4CCA333E04B156e3c32
Octal11431263760113251567462
Binary10011001100101011001111111001001011101011101110111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,202,51); }

 H1.HeaderClassName
 {
   color: #4CCA33;
 }
 .AnyTagClassName
 {
   color: #4CCA33;
 }
</style>
background-color css

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

 a { background-color: rgb(76,202,51); }

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

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

 span { border-color: rgb(76,202,51); }

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