#1ACA15

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

Shades of Lime Green #1ACA15

Tints of Lime Green #1ACA15

Color information

#1ACA15 (or 0x1ACA15) is unknown color: approx Lime Green. HEX triplet: 1A, CA and 15. RGB value is (26,202,21). Sum of RGB (Red+Green+Blue) = 26+202+21=249 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.44% from 249); Green value is 202 (79.30% from 255 or 81.12% from 249); Blue value is 21 (8.59% from 255 or 8.43% from 249); Max value from RGB is 202 - color contains mainly: green. Hex color #1ACA15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ACA15 is #E535EA. Grayscale: #818181. Windows color (decimal): -15021547 or 1427994. OLE color: 1427994.

HSL color Cylindrical-coordinate representation of color #1ACA15: hue angle of 118.34º 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 #1ACA15 is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2620221-
CMYK0.8700.900.21
HSL118.34º81.17%43.73%-
HSV(B)118.34º89.6%79.22%-
XYZ21.6842.517.77-
YUV128.7467.1954.72-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.44%
GREEN value IS 202 (79.30% from 255) = 81.12%
BLUE value IS 21 (8.59% from 255) = 8.43%
R=10.44%
G=81.12%
B=8.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal26202210.8700.900.21118.3481.1743.73
Hex1ACA155705A1576512c
Octal323122512701322516612154
Binary1101011001010101011010111010110101010111101101010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ACA15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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