Shades of Lime Green #1FC321
Tints of Lime Green #1FC321
RGB
CMYK
RGB Variations
Color information
#1FC321 (or 0x1FC321) is known color: Lime Green. HEX triplet: 1F, C3 and 21. RGB value is (31,195,33). Sum of RGB (Red+Green+Blue) = 31+195+33=259 (34% of max value = 765). Red value is 31 (12.5% from 255 or 11.97% from 259); Green value is 195 (76.56% from 255 or 75.29% from 259); Blue value is 33 (13.28% from 255 or 12.74% from 259); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC321 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC321 is #E03CDE. Grayscale: #7F7F7F. Windows color (decimal): -14695647 or 2212639. OLE color: 2212639.
HSL color Cylindrical-coordinate representation of color #1FC321: hue angle of 120.73º degrees, saturation: 0.73, 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 #1FC321 is Cyan = 0.84, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 33 | - |
| CMYK | 0.84 | 0 | 0.83 | 0.24 |
| HSL | 120.73º | 0.73% | 0.44% | - |
| HSV(B) | 120.73º | 0.84% | 0.76% | - |
| XYZ | 20.35 | 39.43 | 7.98 | - |
| YUV | 127.5 | 74.67 | 59.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 33 | 0.84 | 0 | 0.83 | 0.24 | 120.73 | 0.73 | 0.44 |
| Hex | 1F | C3 | 21 | 54 | 0 | 53 | 18 | 79 | 49 | 2C |
| Octal | 37 | 303 | 41 | 124 | 0 | 123 | 30 | 171 | 111 | 54 |
| Binary | 11111 | 11000011 | 100001 | 1010100 | 0 | 1010011 | 11000 | 1111001 | 1001001 | 101100 |
Color Harmonies of #1FC321
Complementary color
Monochromatic Colors of #1FC321
Black with #1FC321
Text Example
Text Example
White with #1FC321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC321; }
p { color: rgb(31,195,33); }
H1.HeaderClassName
{
color: #1FC321;
}
.AnyTagClassName
{
color: #1FC321;
}
</style>
background-color css
<style>
a { background-color: #1FC321; }
a { background-color: rgb(31,195,33); }
div.DivClassName
{
background-color: #1FC321;
}
.BgClassName
{
background-color: #1FC321;
}
</style>
border-color css
<style>
span { border-color: #1FC321; }
span { border-color: rgb(31,195,33); }
td.TdClassName
{
border-color: #1FC321;
}
.TagClassName
{
border-color: #1FC321;
}
</style>