Shades of Lime Green #1AD42D
Tints of Lime Green #1AD42D
RGB
CMYK
RGB Variations
Color information
#1AD42D (or 0x1AD42D) is known color: Lime Green. HEX triplet: 1A, D4 and 2D. RGB value is (26,212,45). Sum of RGB (Red+Green+Blue) = 26+212+45=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 212 (83.20% from 255 or 74.91% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 212 - color contains mainly: green. Hex color #1AD42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD42D is #E52BD2. Grayscale: #898989. Windows color (decimal): -15018963 or 3003418. OLE color: 3003418.
HSL color Cylindrical-coordinate representation of color #1AD42D: hue angle of 126.13º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD42D is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 26 | 212 | 45 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.17 |
| HSL | 126.13º | 0.78% | 0.47% | - |
| HSV(B) | 126.13º | 0.88% | 0.83% | - |
| XYZ | 24.44 | 47.5 | 10.36 | - |
| YUV | 137.35 | 75.88 | 48.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 212 | 45 | 0.88 | 0 | 0.79 | 0.17 | 126.13 | 0.78 | 0.47 |
| Hex | 1A | D4 | 2D | 58 | 0 | 4F | 11 | 7E | 4E | 2F |
| Octal | 32 | 324 | 55 | 130 | 0 | 117 | 21 | 176 | 116 | 57 |
| Binary | 11010 | 11010100 | 101101 | 1011000 | 0 | 1001111 | 10001 | 1111110 | 1001110 | 101111 |
Color Harmonies of #1AD42D
Complementary color
Monochromatic Colors of #1AD42D
Black with #1AD42D
Text Example
Text Example
White with #1AD42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD42D; }
p { color: rgb(26,212,45); }
H1.HeaderClassName
{
color: #1AD42D;
}
.AnyTagClassName
{
color: #1AD42D;
}
</style>
background-color css
<style>
a { background-color: #1AD42D; }
a { background-color: rgb(26,212,45); }
div.DivClassName
{
background-color: #1AD42D;
}
.BgClassName
{
background-color: #1AD42D;
}
</style>
border-color css
<style>
span { border-color: #1AD42D; }
span { border-color: rgb(26,212,45); }
td.TdClassName
{
border-color: #1AD42D;
}
.TagClassName
{
border-color: #1AD42D;
}
</style>