#4ACA32

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

Shades of Lime Green #4ACA32

Tints of Lime Green #4ACA32

Color information

#4ACA32 (or 0x4ACA32) is unknown color: approx Lime Green. HEX triplet: 4A, CA and 32. RGB value is (74,202,50). Sum of RGB (Red+Green+Blue) = 74+202+50=326 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.70% from 326); Green value is 202 (79.30% from 255 or 61.96% from 326); Blue value is 50 (19.92% from 255 or 15.34% from 326); Max value from RGB is 202 - color contains mainly: green. Hex color #4ACA32 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4ACA32 is #B535CD. Grayscale: #929292. Windows color (decimal): -11875790 or 3328586. OLE color: 3328586.

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

Color convert

RGB7420250-
CMYK0.6300.750.21
HSL110.53º60.32%49.41%-
HSV(B)110.53º75.25%79.22%-
XYZ24.5243.9310.2-
YUV146.473.5976.36-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.70%
GREEN value IS 202 (79.30% from 255) = 61.96%
BLUE value IS 50 (19.92% from 255) = 15.34%
R=22.70%
G=61.96%
B=15.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal74202500.6300.750.21110.5360.3249.41
Hex4ACA323F04B156f3c31
Octal11231262770113251577461
Binary10010101100101011001011111101001011101011101111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4ACA32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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