Shades of Lime Green #1AD536
Tints of Lime Green #1AD536
RGB
CMYK
RGB Variations
Color information
#1AD536 (or 0x1AD536) is known color: Lime Green. HEX triplet: 1A, D5 and 36. RGB value is (26,213,54). Sum of RGB (Red+Green+Blue) = 26+213+54=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD536 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD536 is #E52AC9. Grayscale: #8B8B8B. Windows color (decimal): -15018698 or 3593498. OLE color: 3593498.
HSL color Cylindrical-coordinate representation of color #1AD536: hue angle of 128.98º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD536 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 54 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.16 |
| HSL | 128.98º | 0.78% | 0.47% | - |
| HSV(B) | 128.98º | 0.88% | 0.84% | - |
| XYZ | 24.89 | 48.07 | 11.46 | - |
| YUV | 138.96 | 80.05 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 54 | 0.88 | 0 | 0.75 | 0.16 | 128.98 | 0.78 | 0.47 |
| Hex | 1A | D5 | 36 | 58 | 0 | 4B | 10 | 81 | 4E | 2F |
| Octal | 32 | 325 | 66 | 130 | 0 | 113 | 20 | 201 | 116 | 57 |
| Binary | 11010 | 11010101 | 110110 | 1011000 | 0 | 1001011 | 10000 | 10000001 | 1001110 | 101111 |
Color Harmonies of #1AD536
Complementary color
Monochromatic Colors of #1AD536
Black with #1AD536
Text Example
Text Example
White with #1AD536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD536; }
p { color: rgb(26,213,54); }
H1.HeaderClassName
{
color: #1AD536;
}
.AnyTagClassName
{
color: #1AD536;
}
</style>
background-color css
<style>
a { background-color: #1AD536; }
a { background-color: rgb(26,213,54); }
div.DivClassName
{
background-color: #1AD536;
}
.BgClassName
{
background-color: #1AD536;
}
</style>
border-color css
<style>
span { border-color: #1AD536; }
span { border-color: rgb(26,213,54); }
td.TdClassName
{
border-color: #1AD536;
}
.TagClassName
{
border-color: #1AD536;
}
</style>