Shades of Lime Green #1AD325
Tints of Lime Green #1AD325
RGB
CMYK
RGB Variations
Color information
#1AD325 (or 0x1AD325) is known color: Lime Green. HEX triplet: 1A, D3 and 25. RGB value is (26,211,37). Sum of RGB (Red+Green+Blue) = 26+211+37=274 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.49% from 274); Green value is 211 (82.81% from 255 or 77.01% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 211 - color contains mainly: green. Hex color #1AD325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD325 is #E52CDA. Grayscale: #888888. Windows color (decimal): -15019227 or 2478874. OLE color: 2478874.
HSL color Cylindrical-coordinate representation of color #1AD325: hue angle of 123.57º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD325 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 211 | 37 | - |
| CMYK | 0.88 | 0 | 0.82 | 0.17 |
| HSL | 123.57º | 0.78% | 0.46% | - |
| HSV(B) | 123.57º | 0.88% | 0.83% | - |
| XYZ | 24.05 | 46.94 | 9.54 | - |
| YUV | 135.85 | 72.21 | 49.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 211 | 37 | 0.88 | 0 | 0.82 | 0.17 | 123.57 | 0.78 | 0.46 |
| Hex | 1A | D3 | 25 | 58 | 0 | 52 | 11 | 7C | 4E | 2E |
| Octal | 32 | 323 | 45 | 130 | 0 | 122 | 21 | 174 | 116 | 56 |
| Binary | 11010 | 11010011 | 100101 | 1011000 | 0 | 1010010 | 10001 | 1111100 | 1001110 | 101110 |
Color Harmonies of #1AD325
Complementary color
Monochromatic Colors of #1AD325
Black with #1AD325
Text Example
Text Example
White with #1AD325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD325; }
p { color: rgb(26,211,37); }
H1.HeaderClassName
{
color: #1AD325;
}
.AnyTagClassName
{
color: #1AD325;
}
</style>
background-color css
<style>
a { background-color: #1AD325; }
a { background-color: rgb(26,211,37); }
div.DivClassName
{
background-color: #1AD325;
}
.BgClassName
{
background-color: #1AD325;
}
</style>
border-color css
<style>
span { border-color: #1AD325; }
span { border-color: rgb(26,211,37); }
td.TdClassName
{
border-color: #1AD325;
}
.TagClassName
{
border-color: #1AD325;
}
</style>