Shades of Lime Green #1AD835
Tints of Lime Green #1AD835
RGB
CMYK
RGB Variations
Color information
#1AD835 (or 0x1AD835) is known color: Lime Green. HEX triplet: 1A, D8 and 35. RGB value is (26,216,53). Sum of RGB (Red+Green+Blue) = 26+216+53=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 216 (84.77% from 255 or 73.22% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 216 - color contains mainly: green. Hex color #1AD835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD835 is #E527CA. Grayscale: #8D8D8D. Windows color (decimal): -15017931 or 3528730. OLE color: 3528730.
HSL color Cylindrical-coordinate representation of color #1AD835: hue angle of 128.53º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD835 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 216 | 53 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.15 |
| HSL | 128.53º | 0.79% | 0.47% | - |
| HSV(B) | 128.53º | 0.88% | 0.85% | - |
| XYZ | 25.62 | 49.59 | 11.59 | - |
| YUV | 140.61 | 78.55 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 216 | 53 | 0.88 | 0 | 0.75 | 0.15 | 128.53 | 0.79 | 0.47 |
| Hex | 1A | D8 | 35 | 58 | 0 | 4B | F | 81 | 4F | 2F |
| Octal | 32 | 330 | 65 | 130 | 0 | 113 | 17 | 201 | 117 | 57 |
| Binary | 11010 | 11011000 | 110101 | 1011000 | 0 | 1001011 | 1111 | 10000001 | 1001111 | 101111 |
Color Harmonies of #1AD835
Complementary color
Monochromatic Colors of #1AD835
Black with #1AD835
Text Example
Text Example
White with #1AD835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD835; }
p { color: rgb(26,216,53); }
H1.HeaderClassName
{
color: #1AD835;
}
.AnyTagClassName
{
color: #1AD835;
}
</style>
background-color css
<style>
a { background-color: #1AD835; }
a { background-color: rgb(26,216,53); }
div.DivClassName
{
background-color: #1AD835;
}
.BgClassName
{
background-color: #1AD835;
}
</style>
border-color css
<style>
span { border-color: #1AD835; }
span { border-color: rgb(26,216,53); }
td.TdClassName
{
border-color: #1AD835;
}
.TagClassName
{
border-color: #1AD835;
}
</style>