Shades of Lime Green #1AD237
Tints of Lime Green #1AD237
RGB
CMYK
RGB Variations
Color information
#1AD237 (or 0x1AD237) is known color: Lime Green. HEX triplet: 1A, D2 and 37. RGB value is (26,210,55). Sum of RGB (Red+Green+Blue) = 26+210+55=291 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.93% from 291); Green value is 210 (82.42% from 255 or 72.16% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 210 - color contains mainly: green. Hex color #1AD237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD237 is #E52DC8. Grayscale: #898989. Windows color (decimal): -15019465 or 3658266. OLE color: 3658266.
HSL color Cylindrical-coordinate representation of color #1AD237: hue angle of 129.46º 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 #1AD237 is Cyan = 0.88, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 210 | 55 | - |
| CMYK | 0.88 | 0 | 0.74 | 0.18 |
| HSL | 129.46º | 0.78% | 0.46% | - |
| HSV(B) | 129.46º | 0.88% | 0.82% | - |
| XYZ | 24.16 | 46.59 | 11.33 | - |
| YUV | 137.31 | 81.54 | 48.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 210 | 55 | 0.88 | 0 | 0.74 | 0.18 | 129.46 | 0.78 | 0.46 |
| Hex | 1A | D2 | 37 | 58 | 0 | 4A | 12 | 81 | 4E | 2E |
| Octal | 32 | 322 | 67 | 130 | 0 | 112 | 22 | 201 | 116 | 56 |
| Binary | 11010 | 11010010 | 110111 | 1011000 | 0 | 1001010 | 10010 | 10000001 | 1001110 | 101110 |
Color Harmonies of #1AD237
Complementary color
Monochromatic Colors of #1AD237
Black with #1AD237
Text Example
Text Example
White with #1AD237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD237; }
p { color: rgb(26,210,55); }
H1.HeaderClassName
{
color: #1AD237;
}
.AnyTagClassName
{
color: #1AD237;
}
</style>
background-color css
<style>
a { background-color: #1AD237; }
a { background-color: rgb(26,210,55); }
div.DivClassName
{
background-color: #1AD237;
}
.BgClassName
{
background-color: #1AD237;
}
</style>
border-color css
<style>
span { border-color: #1AD237; }
span { border-color: rgb(26,210,55); }
td.TdClassName
{
border-color: #1AD237;
}
.TagClassName
{
border-color: #1AD237;
}
</style>