Shades of Lime Green #1ADE35
Tints of Lime Green #1ADE35
RGB
CMYK
RGB Variations
Color information
#1ADE35 (or 0x1ADE35) is known color: Lime Green. HEX triplet: 1A, DE and 35. RGB value is (26,222,53). Sum of RGB (Red+Green+Blue) = 26+222+53=301 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.64% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #1ADE35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADE35 is #E521CA. Grayscale: #909090. Windows color (decimal): -15016395 or 3530266. OLE color: 3530266.
HSL color Cylindrical-coordinate representation of color #1ADE35: hue angle of 128.27º 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 #1ADE35 is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 222 | 53 | - |
| CMYK | 0.88 | 0 | 0.76 | 0.13 |
| HSL | 128.27º | 0.79% | 0.49% | - |
| HSV(B) | 128.27º | 0.88% | 0.87% | - |
| XYZ | 27.19 | 52.72 | 12.11 | - |
| YUV | 144.13 | 76.57 | 43.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 222 | 53 | 0.88 | 0 | 0.76 | 0.13 | 128.27 | 0.79 | 0.49 |
| Hex | 1A | DE | 35 | 58 | 0 | 4C | D | 80 | 4F | 31 |
| Octal | 32 | 336 | 65 | 130 | 0 | 114 | 15 | 200 | 117 | 61 |
| Binary | 11010 | 11011110 | 110101 | 1011000 | 0 | 1001100 | 1101 | 10000000 | 1001111 | 110001 |
Color Harmonies of #1ADE35
Complementary color
Monochromatic Colors of #1ADE35
Black with #1ADE35
Text Example
Text Example
White with #1ADE35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADE35; }
p { color: rgb(26,222,53); }
H1.HeaderClassName
{
color: #1ADE35;
}
.AnyTagClassName
{
color: #1ADE35;
}
</style>
background-color css
<style>
a { background-color: #1ADE35; }
a { background-color: rgb(26,222,53); }
div.DivClassName
{
background-color: #1ADE35;
}
.BgClassName
{
background-color: #1ADE35;
}
</style>
border-color css
<style>
span { border-color: #1ADE35; }
span { border-color: rgb(26,222,53); }
td.TdClassName
{
border-color: #1ADE35;
}
.TagClassName
{
border-color: #1ADE35;
}
</style>