#1AD122

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

Shades of Lime Green #1AD122

Tints of Lime Green #1AD122

Color information

#1AD122 (or 0x1AD122) is unknown color: approx Lime Green. HEX triplet: 1A, D1 and 22. RGB value is (26,209,34). Sum of RGB (Red+Green+Blue) = 26+209+34=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 209 (82.03% from 255 or 77.70% from 269); Blue value is 34 (13.67% from 255 or 12.64% from 269); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD122 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD122 is #E52EDD. Grayscale: #868686. Windows color (decimal): -15019742 or 2281754. OLE color: 2281754.

HSL color Cylindrical-coordinate representation of color #1AD122: hue angle of 122.62º 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 #1AD122 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB2620934-
CMYK0.8800.840.18
HSL122.62º77.87%46.08%-
HSV(B)122.62º87.56%81.96%-
XYZ23.5245.949.14-
YUV134.3371.3750.73-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 209 (82.03% from 255) = 77.70%
BLUE value IS 34 (13.67% from 255) = 12.64%
R=9.67%
G=77.70%
B=12.64%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal26209340.8800.840.18122.6277.8746.08
Hex1AD12258054127b4e2e
Octal323214213001242217311656
Binary11010110100011000101011000010101001001011110111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1AD122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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