Shades of Lime Green #1FC21F
Tints of Lime Green #1FC21F
RGB
CMYK
RGB Variations
Color information
#1FC21F (or 0x1FC21F) is known color: Lime Green. HEX triplet: 1F, C2 and 1F. RGB value is (31,194,31). Sum of RGB (Red+Green+Blue) = 31+194+31=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 194 (76.17% from 255 or 75.78% from 256); Blue value is 31 (12.5% from 255 or 12.11% from 256); Max value from RGB is 194 - color contains mainly: green. Hex color #1FC21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC21F is #E03DE0. Grayscale: #7F7F7F. Windows color (decimal): -14695905 or 2081311. OLE color: 2081311.
HSL color Cylindrical-coordinate representation of color #1FC21F: hue angle of 120º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC21F is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 194 | 31 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.24 |
| HSL | 120º | 0.72% | 0.44% | - |
| HSV(B) | 120º | 0.84% | 0.76% | - |
| XYZ | 20.1 | 38.97 | 7.76 | - |
| YUV | 126.68 | 74 | 59.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 194 | 31 | 0.84 | 0 | 0.84 | 0.24 | 120 | 0.72 | 0.44 |
| Hex | 1F | C2 | 1F | 54 | 0 | 54 | 18 | 78 | 48 | 2C |
| Octal | 37 | 302 | 37 | 124 | 0 | 124 | 30 | 170 | 110 | 54 |
| Binary | 11111 | 11000010 | 11111 | 1010100 | 0 | 1010100 | 11000 | 1111000 | 1001000 | 101100 |
Color Harmonies of #1FC21F
Complementary color
Monochromatic Colors of #1FC21F
Black with #1FC21F
Text Example
Text Example
White with #1FC21F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC21F; }
p { color: rgb(31,194,31); }
H1.HeaderClassName
{
color: #1FC21F;
}
.AnyTagClassName
{
color: #1FC21F;
}
</style>
background-color css
<style>
a { background-color: #1FC21F; }
a { background-color: rgb(31,194,31); }
div.DivClassName
{
background-color: #1FC21F;
}
.BgClassName
{
background-color: #1FC21F;
}
</style>
border-color css
<style>
span { border-color: #1FC21F; }
span { border-color: rgb(31,194,31); }
td.TdClassName
{
border-color: #1FC21F;
}
.TagClassName
{
border-color: #1FC21F;
}
</style>