Shades of Lime Green #1ADE33
Tints of Lime Green #1ADE33
RGB
CMYK
RGB Variations
Color information
#1ADE33 (or 0x1ADE33) is known color: Lime Green. HEX triplet: 1A, DE and 33. RGB value is (26,222,51). Sum of RGB (Red+Green+Blue) = 26+222+51=299 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.70% from 299); Green value is 222 (87.11% from 255 or 74.25% from 299); Blue value is 51 (20.31% from 255 or 17.06% from 299); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE33 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADE33 is #E521CC. Grayscale: #909090. Windows color (decimal): -15016397 or 3399194. OLE color: 3399194.
HSL color Cylindrical-coordinate representation of color #1ADE33: hue angle of 127.65º 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 #1ADE33 is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 51 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.13 |
| HSL | 127.65º | 0.79% | 0.49% | - |
| HSV(B) | 127.65º | 0.88% | 0.87% | - |
| XYZ | 27.14 | 52.7 | 11.87 | - |
| YUV | 143.9 | 75.57 | 43.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 51 | 0.88 | 0 | 0.77 | 0.13 | 127.65 | 0.79 | 0.49 |
| Hex | 1A | DE | 33 | 58 | 0 | 4D | D | 80 | 4F | 31 |
| Octal | 32 | 336 | 63 | 130 | 0 | 115 | 15 | 200 | 117 | 61 |
| Binary | 11010 | 11011110 | 110011 | 1011000 | 0 | 1001101 | 1101 | 10000000 | 1001111 | 110001 |
Color Harmonies of #1ADE33
Complementary color
Monochromatic Colors of #1ADE33
Black with #1ADE33
Text Example
Text Example
White with #1ADE33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE33; }
p { color: rgb(26,222,51); }
H1.HeaderClassName
{
color: #1ADE33;
}
.AnyTagClassName
{
color: #1ADE33;
}
</style>
background-color css
<style>
a { background-color: #1ADE33; }
a { background-color: rgb(26,222,51); }
div.DivClassName
{
background-color: #1ADE33;
}
.BgClassName
{
background-color: #1ADE33;
}
</style>
border-color css
<style>
span { border-color: #1ADE33; }
span { border-color: rgb(26,222,51); }
td.TdClassName
{
border-color: #1ADE33;
}
.TagClassName
{
border-color: #1ADE33;
}
</style>