#4CCA41

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

Shades of Lime Green #4CCA41

Tints of Lime Green #4CCA41

Color information

#4CCA41 (or 0x4CCA41) is unknown color: approx Lime Green. HEX triplet: 4C, CA and 41. RGB value is (76,202,65). Sum of RGB (Red+Green+Blue) = 76+202+65=343 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.16% from 343); Green value is 202 (79.30% from 255 or 58.89% from 343); Blue value is 65 (25.78% from 255 or 18.95% from 343); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCA41 is #B335BE. Grayscale: #959595. Windows color (decimal): -11744703 or 4311628. OLE color: 4311628.

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

Color convert

RGB7620265-
CMYK0.6200.680.21
HSL115.18º56.38%52.35%-
HSV(B)115.18º67.82%79.22%-
XYZ25.0644.1612.2-
YUV148.7180.7676.14-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.16%
GREEN value IS 202 (79.30% from 255) = 58.89%
BLUE value IS 65 (25.78% from 255) = 18.95%
R=22.16%
G=58.89%
B=18.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76202650.6200.680.21115.1856.3852.35
Hex4CCA413E04415733834
Octal114312101760104251637064
Binary100110011001010100000111111001000100101011110011111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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