Shades of Lime Green #1ADF2C
Tints of Lime Green #1ADF2C
RGB
CMYK
RGB Variations
Color information
#1ADF2C (or 0x1ADF2C) is known color: Lime Green. HEX triplet: 1A, DF and 2C. RGB value is (26,223,44). Sum of RGB (Red+Green+Blue) = 26+223+44=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 223 (87.5% from 255 or 76.11% from 293); Blue value is 44 (17.58% from 255 or 15.02% from 293); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ADF2C is #E520D3. Grayscale: #909090. Windows color (decimal): -15016148 or 2940698. OLE color: 2940698.
HSL color Cylindrical-coordinate representation of color #1ADF2C: hue angle of 125.48º 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 #1ADF2C is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 26 | 223 | 44 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.13 |
| HSL | 125.48º | 0.79% | 0.49% | - |
| HSV(B) | 125.48º | 0.88% | 0.87% | - |
| XYZ | 27.27 | 53.18 | 11.21 | - |
| YUV | 143.69 | 71.73 | 44.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 223 | 44 | 0.88 | 0 | 0.80 | 0.13 | 125.48 | 0.79 | 0.49 |
| Hex | 1A | DF | 2C | 58 | 0 | 50 | D | 7D | 4F | 31 |
| Octal | 32 | 337 | 54 | 130 | 0 | 120 | 15 | 175 | 117 | 61 |
| Binary | 11010 | 11011111 | 101100 | 1011000 | 0 | 1010000 | 1101 | 1111101 | 1001111 | 110001 |
Color Harmonies of #1ADF2C
Complementary color
Monochromatic Colors of #1ADF2C
Black with #1ADF2C
Text Example
Text Example
White with #1ADF2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ADF2C; }
p { color: rgb(26,223,44); }
H1.HeaderClassName
{
color: #1ADF2C;
}
.AnyTagClassName
{
color: #1ADF2C;
}
</style>
background-color css
<style>
a { background-color: #1ADF2C; }
a { background-color: rgb(26,223,44); }
div.DivClassName
{
background-color: #1ADF2C;
}
.BgClassName
{
background-color: #1ADF2C;
}
</style>
border-color css
<style>
span { border-color: #1ADF2C; }
span { border-color: rgb(26,223,44); }
td.TdClassName
{
border-color: #1ADF2C;
}
.TagClassName
{
border-color: #1ADF2C;
}
</style>