Shades of Lime Green #1ADD23
Tints of Lime Green #1ADD23
RGB
CMYK
RGB Variations
Color information
#1ADD23 (or 0x1ADD23) is known color: Lime Green. HEX triplet: 1A, DD and 23. RGB value is (26,221,35). Sum of RGB (Red+Green+Blue) = 26+221+35=282 (37% of max value = 765). Red value is 26 (10.55% from 255 or 9.22% from 282); Green value is 221 (86.72% from 255 or 78.37% from 282); Blue value is 35 (14.06% from 255 or 12.41% from 282); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADD23 is #E522DC. Grayscale: #8E8E8E. Windows color (decimal): -15016669 or 2350362. OLE color: 2350362.
HSL color Cylindrical-coordinate representation of color #1ADD23: hue angle of 122.77º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADD23 is Cyan = 0.88, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 221 | 35 | - |
| CMYK | 0.88 | 0 | 0.84 | 0.13 |
| HSL | 122.77º | 0.79% | 0.48% | - |
| HSV(B) | 122.77º | 0.88% | 0.87% | - |
| XYZ | 26.59 | 52.05 | 10.24 | - |
| YUV | 141.49 | 67.9 | 45.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 221 | 35 | 0.88 | 0 | 0.84 | 0.13 | 122.77 | 0.79 | 0.48 |
| Hex | 1A | DD | 23 | 58 | 0 | 54 | D | 7B | 4F | 30 |
| Octal | 32 | 335 | 43 | 130 | 0 | 124 | 15 | 173 | 117 | 60 |
| Binary | 11010 | 11011101 | 100011 | 1011000 | 0 | 1010100 | 1101 | 1111011 | 1001111 | 110000 |
Color Harmonies of #1ADD23
Complementary color
Monochromatic Colors of #1ADD23
Black with #1ADD23
Text Example
Text Example
White with #1ADD23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADD23; }
p { color: rgb(26,221,35); }
H1.HeaderClassName
{
color: #1ADD23;
}
.AnyTagClassName
{
color: #1ADD23;
}
</style>
background-color css
<style>
a { background-color: #1ADD23; }
a { background-color: rgb(26,221,35); }
div.DivClassName
{
background-color: #1ADD23;
}
.BgClassName
{
background-color: #1ADD23;
}
</style>
border-color css
<style>
span { border-color: #1ADD23; }
span { border-color: rgb(26,221,35); }
td.TdClassName
{
border-color: #1ADD23;
}
.TagClassName
{
border-color: #1ADD23;
}
</style>