Shades of Lime Green #1AD135
Tints of Lime Green #1AD135
RGB
CMYK
RGB Variations
Color information
#1AD135 (or 0x1AD135) is known color: Lime Green. HEX triplet: 1A, D1 and 35. RGB value is (26,209,53). Sum of RGB (Red+Green+Blue) = 26+209+53=288 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.03% from 288); Green value is 209 (82.03% from 255 or 72.57% from 288); Blue value is 53 (21.09% from 255 or 18.40% from 288); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD135 is #E52ECA. Grayscale: #888888. Windows color (decimal): -15019723 or 3526938. OLE color: 3526938.
HSL color Cylindrical-coordinate representation of color #1AD135: hue angle of 128.85º 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 #1AD135 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 209 | 53 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.18 |
| HSL | 128.85º | 0.78% | 0.46% | - |
| HSV(B) | 128.85º | 0.88% | 0.82% | - |
| XYZ | 23.87 | 46.08 | 11 | - |
| YUV | 136.5 | 80.87 | 49.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 209 | 53 | 0.88 | 0 | 0.75 | 0.18 | 128.85 | 0.78 | 0.46 |
| Hex | 1A | D1 | 35 | 58 | 0 | 4B | 12 | 81 | 4E | 2E |
| Octal | 32 | 321 | 65 | 130 | 0 | 113 | 22 | 201 | 116 | 56 |
| Binary | 11010 | 11010001 | 110101 | 1011000 | 0 | 1001011 | 10010 | 10000001 | 1001110 | 101110 |
Color Harmonies of #1AD135
Complementary color
Monochromatic Colors of #1AD135
Black with #1AD135
Text Example
Text Example
White with #1AD135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD135; }
p { color: rgb(26,209,53); }
H1.HeaderClassName
{
color: #1AD135;
}
.AnyTagClassName
{
color: #1AD135;
}
</style>
background-color css
<style>
a { background-color: #1AD135; }
a { background-color: rgb(26,209,53); }
div.DivClassName
{
background-color: #1AD135;
}
.BgClassName
{
background-color: #1AD135;
}
</style>
border-color css
<style>
span { border-color: #1AD135; }
span { border-color: rgb(26,209,53); }
td.TdClassName
{
border-color: #1AD135;
}
.TagClassName
{
border-color: #1AD135;
}
</style>