Shades of Lime Green #1AD934
Tints of Lime Green #1AD934
RGB
CMYK
RGB Variations
Color information
#1AD934 (or 0x1AD934) is known color: Lime Green. HEX triplet: 1A, D9 and 34. RGB value is (26,217,52). Sum of RGB (Red+Green+Blue) = 26+217+52=295 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.81% from 295); Green value is 217 (85.16% from 255 or 73.56% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 217 - color contains mainly: green. Hex color #1AD934 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD934 is #E526CB. Grayscale: #8D8D8D. Windows color (decimal): -15017676 or 3463450. OLE color: 3463450.
HSL color Cylindrical-coordinate representation of color #1AD934: hue angle of 128.17º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD934 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 26 | 217 | 52 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.15 |
| HSL | 128.17º | 0.79% | 0.48% | - |
| HSV(B) | 128.17º | 0.88% | 0.85% | - |
| XYZ | 25.86 | 50.09 | 11.55 | - |
| YUV | 141.08 | 77.72 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 217 | 52 | 0.88 | 0 | 0.76 | 0.15 | 128.17 | 0.79 | 0.48 |
| Hex | 1A | D9 | 34 | 58 | 0 | 4C | F | 80 | 4F | 30 |
| Octal | 32 | 331 | 64 | 130 | 0 | 114 | 17 | 200 | 117 | 60 |
| Binary | 11010 | 11011001 | 110100 | 1011000 | 0 | 1001100 | 1111 | 10000000 | 1001111 | 110000 |
Color Harmonies of #1AD934
Complementary color
Monochromatic Colors of #1AD934
Black with #1AD934
Text Example
Text Example
White with #1AD934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD934; }
p { color: rgb(26,217,52); }
H1.HeaderClassName
{
color: #1AD934;
}
.AnyTagClassName
{
color: #1AD934;
}
</style>
background-color css
<style>
a { background-color: #1AD934; }
a { background-color: rgb(26,217,52); }
div.DivClassName
{
background-color: #1AD934;
}
.BgClassName
{
background-color: #1AD934;
}
</style>
border-color css
<style>
span { border-color: #1AD934; }
span { border-color: rgb(26,217,52); }
td.TdClassName
{
border-color: #1AD934;
}
.TagClassName
{
border-color: #1AD934;
}
</style>