#1AC20F

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

Shades of Lime Green #1AC20F

Tints of Lime Green #1AC20F

Color information

#1AC20F (or 0x1AC20F) is unknown color: approx Lime Green. HEX triplet: 1A, C2 and 0F. RGB value is (26,194,15). Sum of RGB (Red+Green+Blue) = 26+194+15=235 (31% of max value = 765). Red value is 26 (10.55% from 255 or 11.06% from 235); Green value is 194 (76.17% from 255 or 82.55% from 235); Blue value is 15 (6.25% from 255 or 6.38% from 235); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC20F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC20F is #E53DF0. Grayscale: #7B7B7B. Windows color (decimal): -15023601 or 1032730. OLE color: 1032730.

HSL color Cylindrical-coordinate representation of color #1AC20F: hue angle of 116.31º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AC20F is Cyan = 0.87, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB2619415-
CMYK0.8700.920.24
HSL116.31º85.65%40.98%-
HSV(B)116.31º92.27%76.08%-
XYZ19.838.846.9-
YUV123.3666.8458.55-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.06%
GREEN value IS 194 (76.17% from 255) = 82.55%
BLUE value IS 15 (6.25% from 255) = 6.38%
R=11.06%
G=82.55%
B=6.38%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26194150.8700.920.24116.3185.6540.98
Hex1AC2F5705C18745629
Octal323021712701343016412651
Binary110101100001011111010111010111001100011101001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC20F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,194,15); }

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

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

 a { background-color: rgb(26,194,15); }

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

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

 span { border-color: rgb(26,194,15); }

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