Shades of Lime Green #1AD52D
Tints of Lime Green #1AD52D
RGB
CMYK
RGB Variations
Color information
#1AD52D (or 0x1AD52D) is known color: Lime Green. HEX triplet: 1A, D5 and 2D. RGB value is (26,213,45). Sum of RGB (Red+Green+Blue) = 26+213+45=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 213 (83.59% from 255 or 75% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 213 - color contains mainly: green. Hex color #1AD52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD52D is #E52AD2. Grayscale: #8A8A8A. Windows color (decimal): -15018707 or 3003674. OLE color: 3003674.
HSL color Cylindrical-coordinate representation of color #1AD52D: hue angle of 126.1º 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 #1AD52D is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 213 | 45 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.16 |
| HSL | 126.1º | 0.78% | 0.47% | - |
| HSV(B) | 126.1º | 0.88% | 0.84% | - |
| XYZ | 24.69 | 48 | 10.45 | - |
| YUV | 137.94 | 75.55 | 48.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 213 | 45 | 0.88 | 0 | 0.79 | 0.16 | 126.1 | 0.78 | 0.47 |
| Hex | 1A | D5 | 2D | 58 | 0 | 4F | 10 | 7E | 4E | 2F |
| Octal | 32 | 325 | 55 | 130 | 0 | 117 | 20 | 176 | 116 | 57 |
| Binary | 11010 | 11010101 | 101101 | 1011000 | 0 | 1001111 | 10000 | 1111110 | 1001110 | 101111 |
Color Harmonies of #1AD52D
Complementary color
Monochromatic Colors of #1AD52D
Black with #1AD52D
Text Example
Text Example
White with #1AD52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD52D; }
p { color: rgb(26,213,45); }
H1.HeaderClassName
{
color: #1AD52D;
}
.AnyTagClassName
{
color: #1AD52D;
}
</style>
background-color css
<style>
a { background-color: #1AD52D; }
a { background-color: rgb(26,213,45); }
div.DivClassName
{
background-color: #1AD52D;
}
.BgClassName
{
background-color: #1AD52D;
}
</style>
border-color css
<style>
span { border-color: #1AD52D; }
span { border-color: rgb(26,213,45); }
td.TdClassName
{
border-color: #1AD52D;
}
.TagClassName
{
border-color: #1AD52D;
}
</style>