#2ACA29

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

Shades of Lime Green #2ACA29

Tints of Lime Green #2ACA29

Color information

#2ACA29 (or 0x2ACA29) is unknown color: approx Lime Green. HEX triplet: 2A, CA and 29. RGB value is (42,202,41). Sum of RGB (Red+Green+Blue) = 42+202+41=285 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.74% from 285); Green value is 202 (79.30% from 255 or 70.88% from 285); Blue value is 41 (16.41% from 255 or 14.39% from 285); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACA29 is #D535D6. Grayscale: #888888. Windows color (decimal): -13972951 or 2738730. OLE color: 2738730.

HSL color Cylindrical-coordinate representation of color #2ACA29: hue angle of 119.63º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ACA29 is Cyan = 0.79, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB4220241-
CMYK0.7900.800.21
HSL119.63º66.26%47.65%-
HSV(B)119.63º79.7%79.22%-
XYZ22.4842.899.19-
YUV135.8174.4961.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 14.74%
GREEN value IS 202 (79.30% from 255) = 70.88%
BLUE value IS 41 (16.41% from 255) = 14.39%
R=14.74%
G=70.88%
B=14.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42202410.7900.800.21119.6366.2647.65
Hex2ACA294F05015784230
Octal523125111701202517010260
Binary101010110010101010011001111010100001010111110001000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ACA29; }

 p { color: rgb(42,202,41); }

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

<style>
 a { background-color: #2ACA29; }

 a { background-color: rgb(42,202,41); }

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

<style>
 span { border-color: #2ACA29; }

 span { border-color: rgb(42,202,41); }

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