#1AB914

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

Shades of Lime Green #1AB914

Tints of Lime Green #1AB914

Color information

#1AB914 (or 0x1AB914) is unknown color: approx Lime Green. HEX triplet: 1A, B9 and 14. RGB value is (26,185,20). Sum of RGB (Red+Green+Blue) = 26+185+20=231 (30% of max value = 765). Red value is 26 (10.55% from 255 or 11.26% from 231); Green value is 185 (72.66% from 255 or 80.09% from 231); Blue value is 20 (8.20% from 255 or 8.66% from 231); Max value from RGB is 185 - color contains mainly: green. Hex color #1AB914 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1AB914 is #E546EB. Grayscale: #777777. Windows color (decimal): -15025900 or 1358106. OLE color: 1358106.

HSL color Cylindrical-coordinate representation of color #1AB914: hue angle of 117.82º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AB914 is Cyan = 0.86, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB2618520-
CMYK0.8600.890.27
HSL117.82º80.49%40.2%-
HSV(B)117.82º89.19%72.55%-
XYZ17.934.976.47-
YUV118.6572.3261.92-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 11.26%
GREEN value IS 185 (72.66% from 255) = 80.09%
BLUE value IS 20 (8.20% from 255) = 8.66%
R=11.26%
G=80.09%
B=8.66%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal26185200.8600.890.27117.8280.4940.2
Hex1AB914560591B765028
Octal322712412601313316612050
Binary1101010111001101001010110010110011101111101101010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AB914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,185,20); }

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

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

 a { background-color: rgb(26,185,20); }

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

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

 span { border-color: rgb(26,185,20); }

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