#1AC00E

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

Shades of Lime Green #1AC00E

Tints of Lime Green #1AC00E

Color information

#1AC00E (or 0x1AC00E) is unknown color: approx Lime Green. HEX triplet: 1A, C0 and 0E. RGB value is (26,192,14). Sum of RGB (Red+Green+Blue) = 26+192+14=232 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.21% from 232); Green value is 192 (75.39% from 255 or 82.76% from 232); Blue value is 14 (5.86% from 255 or 6.03% from 232); Max value from RGB is 192 - color contains mainly: green. Hex color #1AC00E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AC00E is #E53FF1. Grayscale: #7A7A7A. Windows color (decimal): -15024114 or 966682. OLE color: 966682.

HSL color Cylindrical-coordinate representation of color #1AC00E: hue angle of 115.96º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AC00E is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB2619214-
CMYK0.8600.930.25
HSL115.96º86.41%40.39%-
HSV(B)115.96º92.71%75.29%-
XYZ19.3537.956.72-
YUV122.076759.47-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.21%
GREEN value IS 192 (75.39% from 255) = 82.76%
BLUE value IS 14 (5.86% from 255) = 6.03%
R=11.21%
G=82.76%
B=6.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal26192140.8600.930.25115.9686.4140.39
Hex1AC0E5605D19745628
Octal323001612601353116412650
Binary110101100000011101010110010111011100111101001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AC00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,192,14); }

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

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

 a { background-color: rgb(26,192,14); }

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

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

 span { border-color: rgb(26,192,14); }

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