#2ACA0F

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

Shades of Lime Green #2ACA0F

Tints of Lime Green #2ACA0F

Color information

#2ACA0F (or 0x2ACA0F) is unknown color: approx Lime Green. HEX triplet: 2A, CA and 0F. RGB value is (42,202,15). Sum of RGB (Red+Green+Blue) = 42+202+15=259 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.22% from 259); Green value is 202 (79.30% from 255 or 77.99% from 259); Blue value is 15 (6.25% from 255 or 5.79% from 259); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACA0F is #D535F0. Grayscale: #858585. Windows color (decimal): -13972977 or 1034794. OLE color: 1034794.

HSL color Cylindrical-coordinate representation of color #2ACA0F: hue angle of 111.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ACA0F is Cyan = 0.79, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB4220215-
CMYK0.7900.930.21
HSL111.34º86.18%42.55%-
HSV(B)111.34º92.57%79.22%-
XYZ22.1642.777.54-
YUV132.8461.4963.21-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.22%
GREEN value IS 202 (79.30% from 255) = 77.99%
BLUE value IS 15 (6.25% from 255) = 5.79%
R=16.22%
G=77.99%
B=5.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal42202150.7900.930.21111.3486.1842.55
Hex2ACAF4F05D156f562b
Octal523121711701352515712653
Binary1010101100101011111001111010111011010111011111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ACA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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