Shades of Lime Green #1ADF26
Tints of Lime Green #1ADF26
RGB
CMYK
RGB Variations
Color information
#1ADF26 (or 0x1ADF26) is known color: Lime Green. HEX triplet: 1A, DF and 26. RGB value is (26,223,38). Sum of RGB (Red+Green+Blue) = 26+223+38=287 (38% of max value = 765). Red value is 26 (10.55% from 255 or 9.06% from 287); Green value is 223 (87.5% from 255 or 77.70% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF26 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADF26 is #E520D9. Grayscale: #8F8F8F. Windows color (decimal): -15016154 or 2547482. OLE color: 2547482.
HSL color Cylindrical-coordinate representation of color #1ADF26: hue angle of 123.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 #1ADF26 is Cyan = 0.88, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 38 | - |
| CMYK | 0.88 | 0 | 0.83 | 0.13 |
| HSL | 123.65º | 0.79% | 0.49% | - |
| HSV(B) | 123.65º | 0.88% | 0.87% | - |
| XYZ | 27.16 | 53.13 | 10.66 | - |
| YUV | 143.01 | 68.73 | 44.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 38 | 0.88 | 0 | 0.83 | 0.13 | 123.65 | 0.79 | 0.49 |
| Hex | 1A | DF | 26 | 58 | 0 | 53 | D | 7C | 4F | 31 |
| Octal | 32 | 337 | 46 | 130 | 0 | 123 | 15 | 174 | 117 | 61 |
| Binary | 11010 | 11011111 | 100110 | 1011000 | 0 | 1010011 | 1101 | 1111100 | 1001111 | 110001 |
Color Harmonies of #1ADF26
Complementary color
Monochromatic Colors of #1ADF26
Black with #1ADF26
Text Example
Text Example
White with #1ADF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF26; }
p { color: rgb(26,223,38); }
H1.HeaderClassName
{
color: #1ADF26;
}
.AnyTagClassName
{
color: #1ADF26;
}
</style>
background-color css
<style>
a { background-color: #1ADF26; }
a { background-color: rgb(26,223,38); }
div.DivClassName
{
background-color: #1ADF26;
}
.BgClassName
{
background-color: #1ADF26;
}
</style>
border-color css
<style>
span { border-color: #1ADF26; }
span { border-color: rgb(26,223,38); }
td.TdClassName
{
border-color: #1ADF26;
}
.TagClassName
{
border-color: #1ADF26;
}
</style>