#1AC211

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

Shades of Lime Green #1AC211

Tints of Lime Green #1AC211

Color information

#1AC211 (or 0x1AC211) is unknown color: approx Lime Green. HEX triplet: 1A, C2 and 11. RGB value is (26,194,17). Sum of RGB (Red+Green+Blue) = 26+194+17=237 (31% of max value = 765). Red value is 26 (10.55% from 255 or 10.97% from 237); Green value is 194 (76.17% from 255 or 81.86% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 194 - color contains mainly: green. Hex color #1AC211 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC211 is #E53DEE. Grayscale: #7C7C7C. Windows color (decimal): -15023599 or 1163802. OLE color: 1163802.

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

Color convert

RGB2619417-
CMYK0.8700.910.24
HSL116.95º83.89%41.37%-
HSV(B)116.95º91.24%76.08%-
XYZ19.8238.846.98-
YUV123.5967.8458.39-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.97%
GREEN value IS 194 (76.17% from 255) = 81.86%
BLUE value IS 17 (7.03% from 255) = 7.17%
R=10.97%
G=81.86%
B=7.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal26194170.8700.910.24116.9583.8941.37
Hex1AC2115705B18755429
Octal323022112701333016512451
Binary1101011000010100011010111010110111100011101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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