#1AD120

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

Shades of Lime Green #1AD120

Tints of Lime Green #1AD120

Color information

#1AD120 (or 0x1AD120) is unknown color: approx Lime Green. HEX triplet: 1A, D1 and 20. RGB value is (26,209,32). Sum of RGB (Red+Green+Blue) = 26+209+32=267 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.74% from 267); Green value is 209 (82.03% from 255 or 78.28% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD120 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD120 is #E52EDF. Grayscale: #868686. Windows color (decimal): -15019744 or 2150682. OLE color: 2150682.

HSL color Cylindrical-coordinate representation of color #1AD120: hue angle of 121.97º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD120 is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2620932-
CMYK0.8800.850.18
HSL121.97º77.87%46.08%-
HSV(B)121.97º87.56%81.96%-
XYZ23.4945.928.99-
YUV134.170.3750.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.74%
GREEN value IS 209 (82.03% from 255) = 78.28%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=9.74%
G=78.28%
B=11.99%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26209320.8800.850.18121.9777.8746.08
Hex1AD12058055127a4e2e
Octal323214013001252217211656
Binary11010110100011000001011000010101011001011110101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,209,32); }

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

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

 a { background-color: rgb(26,209,32); }

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

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

 span { border-color: rgb(26,209,32); }

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