Shades of Lime Green #1AD62C
Tints of Lime Green #1AD62C
RGB
CMYK
RGB Variations
Color information
#1AD62C (or 0x1AD62C) is known color: Lime Green. HEX triplet: 1A, D6 and 2C. RGB value is (26,214,44). Sum of RGB (Red+Green+Blue) = 26+214+44=284 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.15% from 284); Green value is 214 (83.98% from 255 or 75.35% from 284); Blue value is 44 (17.58% from 255 or 15.49% from 284); Max value from RGB is 214 - color contains mainly: green. Hex color #1AD62C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD62C is #E529D3. Grayscale: #8A8A8A. Windows color (decimal): -15018452 or 2938394. OLE color: 2938394.
HSL color Cylindrical-coordinate representation of color #1AD62C: hue angle of 125.74º 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 #1AD62C is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 26 | 214 | 44 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.16 |
| HSL | 125.74º | 0.78% | 0.47% | - |
| HSV(B) | 125.74º | 0.88% | 0.84% | - |
| XYZ | 24.93 | 48.49 | 10.43 | - |
| YUV | 138.41 | 74.72 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 214 | 44 | 0.88 | 0 | 0.79 | 0.16 | 125.74 | 0.78 | 0.47 |
| Hex | 1A | D6 | 2C | 58 | 0 | 4F | 10 | 7E | 4E | 2F |
| Octal | 32 | 326 | 54 | 130 | 0 | 117 | 20 | 176 | 116 | 57 |
| Binary | 11010 | 11010110 | 101100 | 1011000 | 0 | 1001111 | 10000 | 1111110 | 1001110 | 101111 |
Color Harmonies of #1AD62C
Complementary color
Monochromatic Colors of #1AD62C
Black with #1AD62C
Text Example
Text Example
White with #1AD62C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD62C; }
p { color: rgb(26,214,44); }
H1.HeaderClassName
{
color: #1AD62C;
}
.AnyTagClassName
{
color: #1AD62C;
}
</style>
background-color css
<style>
a { background-color: #1AD62C; }
a { background-color: rgb(26,214,44); }
div.DivClassName
{
background-color: #1AD62C;
}
.BgClassName
{
background-color: #1AD62C;
}
</style>
border-color css
<style>
span { border-color: #1AD62C; }
span { border-color: rgb(26,214,44); }
td.TdClassName
{
border-color: #1AD62C;
}
.TagClassName
{
border-color: #1AD62C;
}
</style>