#2ACA15

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

Shades of Lime Green #2ACA15

Tints of Lime Green #2ACA15

Color information

#2ACA15 (or 0x2ACA15) is unknown color: approx Lime Green. HEX triplet: 2A, CA and 15. RGB value is (42,202,21). Sum of RGB (Red+Green+Blue) = 42+202+21=265 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.85% from 265); Green value is 202 (79.30% from 255 or 76.23% from 265); Blue value is 21 (8.59% from 255 or 7.92% from 265); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACA15 is #D535EA. Grayscale: #868686. Windows color (decimal): -13972971 or 1428010. OLE color: 1428010.

HSL color Cylindrical-coordinate representation of color #2ACA15: hue angle of 113.04º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2ACA15 is Cyan = 0.79, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB4220221-
CMYK0.7900.900.21
HSL113.04º81.17%43.73%-
HSV(B)113.04º89.6%79.22%-
XYZ22.2142.797.8-
YUV133.5364.4962.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 15.85%
GREEN value IS 202 (79.30% from 255) = 76.23%
BLUE value IS 21 (8.59% from 255) = 7.92%
R=15.85%
G=76.23%
B=7.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42202210.7900.900.21113.0481.1743.73
Hex2ACA154F05A1571512c
Octal523122511701322516112154
Binary10101011001010101011001111010110101010111100011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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