Shades of Lime Green #1AD01C
Tints of Lime Green #1AD01C
RGB
CMYK
RGB Variations
Color information
#1AD01C (or 0x1AD01C) is known color: Lime Green. HEX triplet: 1A, D0 and 1C. RGB value is (26,208,28). Sum of RGB (Red+Green+Blue) = 26+208+28=262 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.92% from 262); Green value is 208 (81.64% from 255 or 79.39% from 262); Blue value is 28 (11.33% from 255 or 10.69% from 262); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD01C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD01C is #E52FE3. Grayscale: #858585. Windows color (decimal): -15020004 or 1888282. OLE color: 1888282.
HSL color Cylindrical-coordinate representation of color #1AD01C: hue angle of 120.66º 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 #1AD01C is Cyan = 0.88, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 28 | - |
| CMYK | 0.88 | 0 | 0.87 | 0.18 |
| HSL | 120.66º | 0.78% | 0.46% | - |
| HSV(B) | 120.66º | 0.88% | 0.82% | - |
| XYZ | 23.19 | 45.42 | 8.64 | - |
| YUV | 133.06 | 68.7 | 51.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 28 | 0.88 | 0 | 0.87 | 0.18 | 120.66 | 0.78 | 0.46 |
| Hex | 1A | D0 | 1C | 58 | 0 | 57 | 12 | 79 | 4E | 2E |
| Octal | 32 | 320 | 34 | 130 | 0 | 127 | 22 | 171 | 116 | 56 |
| Binary | 11010 | 11010000 | 11100 | 1011000 | 0 | 1010111 | 10010 | 1111001 | 1001110 | 101110 |
Color Harmonies of #1AD01C
Complementary color
Monochromatic Colors of #1AD01C
Black with #1AD01C
Text Example
Text Example
White with #1AD01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD01C; }
p { color: rgb(26,208,28); }
H1.HeaderClassName
{
color: #1AD01C;
}
.AnyTagClassName
{
color: #1AD01C;
}
</style>
background-color css
<style>
a { background-color: #1AD01C; }
a { background-color: rgb(26,208,28); }
div.DivClassName
{
background-color: #1AD01C;
}
.BgClassName
{
background-color: #1AD01C;
}
</style>
border-color css
<style>
span { border-color: #1AD01C; }
span { border-color: rgb(26,208,28); }
td.TdClassName
{
border-color: #1AD01C;
}
.TagClassName
{
border-color: #1AD01C;
}
</style>