Shades of Lime Green #1FC21D
Tints of Lime Green #1FC21D
RGB
CMYK
RGB Variations
Color information
#1FC21D (or 0x1FC21D) is known color: Lime Green. HEX triplet: 1F, C2 and 1D. RGB value is (31,194,29). Sum of RGB (Red+Green+Blue) = 31+194+29=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 194 (76.17% from 255 or 76.38% from 254); Blue value is 29 (11.72% from 255 or 11.42% from 254); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC21D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC21D is #E03DE2. Grayscale: #7E7E7E. Windows color (decimal): -14695907 or 1950239. OLE color: 1950239.
HSL color Cylindrical-coordinate representation of color #1FC21D: hue angle of 119.27º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC21D is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 29 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.24 |
| HSL | 119.27º | 0.74% | 0.44% | - |
| HSV(B) | 119.27º | 0.85% | 0.76% | - |
| XYZ | 20.08 | 38.96 | 7.62 | - |
| YUV | 126.45 | 73 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 29 | 0.84 | 0 | 0.85 | 0.24 | 119.27 | 0.74 | 0.44 |
| Hex | 1F | C2 | 1D | 54 | 0 | 55 | 18 | 77 | 4A | 2C |
| Octal | 37 | 302 | 35 | 124 | 0 | 125 | 30 | 167 | 112 | 54 |
| Binary | 11111 | 11000010 | 11101 | 1010100 | 0 | 1010101 | 11000 | 1110111 | 1001010 | 101100 |
Color Harmonies of #1FC21D
Complementary color
Monochromatic Colors of #1FC21D
Black with #1FC21D
Text Example
Text Example
White with #1FC21D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC21D; }
p { color: rgb(31,194,29); }
H1.HeaderClassName
{
color: #1FC21D;
}
.AnyTagClassName
{
color: #1FC21D;
}
</style>
background-color css
<style>
a { background-color: #1FC21D; }
a { background-color: rgb(31,194,29); }
div.DivClassName
{
background-color: #1FC21D;
}
.BgClassName
{
background-color: #1FC21D;
}
</style>
border-color css
<style>
span { border-color: #1FC21D; }
span { border-color: rgb(31,194,29); }
td.TdClassName
{
border-color: #1FC21D;
}
.TagClassName
{
border-color: #1FC21D;
}
</style>