#4ACA37

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

Shades of Lime Green #4ACA37

Tints of Lime Green #4ACA37

Color information

#4ACA37 (or 0x4ACA37) is unknown color: approx Lime Green. HEX triplet: 4A, CA and 37. RGB value is (74,202,55). Sum of RGB (Red+Green+Blue) = 74+202+55=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 202 (79.30% from 255 or 61.03% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACA37 is #B535C8. Grayscale: #939393. Windows color (decimal): -11875785 or 3656266. OLE color: 3656266.

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

Color convert

RGB7420255-
CMYK0.6300.730.21
HSL112.24º58.1%50.39%-
HSV(B)112.24º72.77%79.22%-
XYZ24.6343.9710.8-
YUV146.9776.0975.95-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 202 (79.30% from 255) = 61.03%
BLUE value IS 55 (21.88% from 255) = 16.62%
R=22.36%
G=61.03%
B=16.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74202550.6300.730.21112.2458.150.39
Hex4ACA373F04915703a32
Octal11231267770111251607262
Binary10010101100101011011111111101001001101011110000111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,202,55); }

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

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

 a { background-color: rgb(74,202,55); }

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

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

 span { border-color: rgb(74,202,55); }

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