Shades of Lime Green #1ADF31
Tints of Lime Green #1ADF31
RGB
CMYK
RGB Variations
Color information
#1ADF31 (or 0x1ADF31) is known color: Lime Green. HEX triplet: 1A, DF and 31. RGB value is (26,223,49). Sum of RGB (Red+Green+Blue) = 26+223+49=298 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.72% from 298); Green value is 223 (87.5% from 255 or 74.83% from 298); Blue value is 49 (19.53% from 255 or 16.44% from 298); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADF31 is #E520CE. Grayscale: #909090. Windows color (decimal): -15016143 or 3268378. OLE color: 3268378.
HSL color Cylindrical-coordinate representation of color #1ADF31: hue angle of 127.01º 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 #1ADF31 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 49 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.13 |
| HSL | 127.01º | 0.79% | 0.49% | - |
| HSV(B) | 127.01º | 0.88% | 0.87% | - |
| XYZ | 27.37 | 53.22 | 11.74 | - |
| YUV | 144.26 | 74.23 | 43.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 49 | 0.88 | 0 | 0.78 | 0.13 | 127.01 | 0.79 | 0.49 |
| Hex | 1A | DF | 31 | 58 | 0 | 4E | D | 7F | 4F | 31 |
| Octal | 32 | 337 | 61 | 130 | 0 | 116 | 15 | 177 | 117 | 61 |
| Binary | 11010 | 11011111 | 110001 | 1011000 | 0 | 1001110 | 1101 | 1111111 | 1001111 | 110001 |
Color Harmonies of #1ADF31
Complementary color
Monochromatic Colors of #1ADF31
Black with #1ADF31
Text Example
Text Example
White with #1ADF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF31; }
p { color: rgb(26,223,49); }
H1.HeaderClassName
{
color: #1ADF31;
}
.AnyTagClassName
{
color: #1ADF31;
}
</style>
background-color css
<style>
a { background-color: #1ADF31; }
a { background-color: rgb(26,223,49); }
div.DivClassName
{
background-color: #1ADF31;
}
.BgClassName
{
background-color: #1ADF31;
}
</style>
border-color css
<style>
span { border-color: #1ADF31; }
span { border-color: rgb(26,223,49); }
td.TdClassName
{
border-color: #1ADF31;
}
.TagClassName
{
border-color: #1ADF31;
}
</style>