Shades of Lime Green #1ADE23
Tints of Lime Green #1ADE23
RGB
CMYK
RGB Variations
Color information
#1ADE23 (or 0x1ADE23) is known color: Lime Green. HEX triplet: 1A, DE and 23. RGB value is (26,222,35). Sum of RGB (Red+Green+Blue) = 26+222+35=283 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.19% from 283); Green value is 222 (87.11% from 255 or 78.45% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADE23 is #E521DC. Grayscale: #8E8E8E. Windows color (decimal): -15016413 or 2350618. OLE color: 2350618.
HSL color Cylindrical-coordinate representation of color #1ADE23: hue angle of 122.76º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADE23 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 35 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.13 |
| HSL | 122.76º | 0.79% | 0.49% | - |
| HSV(B) | 122.76º | 0.88% | 0.87% | - |
| XYZ | 26.85 | 52.58 | 10.32 | - |
| YUV | 142.08 | 67.57 | 45.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 35 | 0.88 | 0 | 0.84 | 0.13 | 122.76 | 0.79 | 0.49 |
| Hex | 1A | DE | 23 | 58 | 0 | 54 | D | 7B | 4F | 31 |
| Octal | 32 | 336 | 43 | 130 | 0 | 124 | 15 | 173 | 117 | 61 |
| Binary | 11010 | 11011110 | 100011 | 1011000 | 0 | 1010100 | 1101 | 1111011 | 1001111 | 110001 |
Color Harmonies of #1ADE23
Complementary color
Monochromatic Colors of #1ADE23
Black with #1ADE23
Text Example
Text Example
White with #1ADE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE23; }
p { color: rgb(26,222,35); }
H1.HeaderClassName
{
color: #1ADE23;
}
.AnyTagClassName
{
color: #1ADE23;
}
</style>
background-color css
<style>
a { background-color: #1ADE23; }
a { background-color: rgb(26,222,35); }
div.DivClassName
{
background-color: #1ADE23;
}
.BgClassName
{
background-color: #1ADE23;
}
</style>
border-color css
<style>
span { border-color: #1ADE23; }
span { border-color: rgb(26,222,35); }
td.TdClassName
{
border-color: #1ADE23;
}
.TagClassName
{
border-color: #1ADE23;
}
</style>