Shades of Lime Green #1AD023
Tints of Lime Green #1AD023
RGB
CMYK
RGB Variations
Color information
#1AD023 (or 0x1AD023) is known color: Lime Green. HEX triplet: 1A, D0 and 23. RGB value is (26,208,35). Sum of RGB (Red+Green+Blue) = 26+208+35=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 208 (81.64% from 255 or 77.32% from 269); Blue value is 35 (14.06% from 255 or 13.01% from 269); Max value from RGB is 208 - color contains mainly: green. Hex color #1AD023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1AD023 is #E52FDC. Grayscale: #868686. Windows color (decimal): -15019997 or 2347034. OLE color: 2347034.
HSL color Cylindrical-coordinate representation of color #1AD023: hue angle of 122.97º 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 #1AD023 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 26 | 208 | 35 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.18 |
| HSL | 122.97º | 0.78% | 0.46% | - |
| HSV(B) | 122.97º | 0.88% | 0.82% | - |
| XYZ | 23.29 | 45.45 | 9.14 | - |
| YUV | 133.86 | 72.2 | 51.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 208 | 35 | 0.88 | 0 | 0.83 | 0.18 | 122.97 | 0.78 | 0.46 |
| Hex | 1A | D0 | 23 | 58 | 0 | 53 | 12 | 7B | 4E | 2E |
| Octal | 32 | 320 | 43 | 130 | 0 | 123 | 22 | 173 | 116 | 56 |
| Binary | 11010 | 11010000 | 100011 | 1011000 | 0 | 1010011 | 10010 | 1111011 | 1001110 | 101110 |
Color Harmonies of #1AD023
Complementary color
Monochromatic Colors of #1AD023
Black with #1AD023
Text Example
Text Example
White with #1AD023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1AD023; }
p { color: rgb(26,208,35); }
H1.HeaderClassName
{
color: #1AD023;
}
.AnyTagClassName
{
color: #1AD023;
}
</style>
background-color css
<style>
a { background-color: #1AD023; }
a { background-color: rgb(26,208,35); }
div.DivClassName
{
background-color: #1AD023;
}
.BgClassName
{
background-color: #1AD023;
}
</style>
border-color css
<style>
span { border-color: #1AD023; }
span { border-color: rgb(26,208,35); }
td.TdClassName
{
border-color: #1AD023;
}
.TagClassName
{
border-color: #1AD023;
}
</style>