#1AC612

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

Shades of Lime Green #1AC612

Tints of Lime Green #1AC612

Color information

#1AC612 (or 0x1AC612) is unknown color: approx Lime Green. HEX triplet: 1A, C6 and 12. RGB value is (26,198,18). Sum of RGB (Red+Green+Blue) = 26+198+18=242 (32% of max value = 765). Red value is 26 (10.55% from 255 or 10.74% from 242); Green value is 198 (77.73% from 255 or 81.82% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 198 - color contains mainly: green. Hex color #1AC612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC612 is #E539ED. Grayscale: #7E7E7E. Windows color (decimal): -15022574 or 1230362. OLE color: 1230362.

HSL color Cylindrical-coordinate representation of color #1AC612: hue angle of 117.33º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1AC612 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB2619818-
CMYK0.8700.910.22
HSL117.33º83.33%42.35%-
HSV(B)117.33º90.91%77.65%-
XYZ20.7340.657.33-
YUV126.0567.0256.64-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 10.74%
GREEN value IS 198 (77.73% from 255) = 81.82%
BLUE value IS 18 (7.42% from 255) = 7.44%
R=10.74%
G=81.82%
B=7.44%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal26198180.8700.910.22117.3383.3342.35
Hex1AC6125705B1675532a
Octal323062212701332616512352
Binary1101011000110100101010111010110111011011101011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,198,18); }

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

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

 a { background-color: rgb(26,198,18); }

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

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

 span { border-color: rgb(26,198,18); }

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