Shades of Lime Green #1FC31F
Tints of Lime Green #1FC31F
RGB
CMYK
RGB Variations
Color information
#1FC31F (or 0x1FC31F) is known color: Lime Green. HEX triplet: 1F, C3 and 1F. RGB value is (31,195,31). Sum of RGB (Red+Green+Blue) = 31+195+31=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 195 (76.56% from 255 or 75.88% from 257); Blue value is 31 (12.5% from 255 or 12.06% from 257); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC31F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC31F is #E03CE0. Grayscale: #7F7F7F. Windows color (decimal): -14695649 or 2081567. OLE color: 2081567.
HSL color Cylindrical-coordinate representation of color #1FC31F: hue angle of 120º 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 #1FC31F is Cyan = 0.84, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 31 | - |
| CMYK | 0.84 | 0 | 0.84 | 0.24 |
| HSL | 120º | 0.73% | 0.44% | - |
| HSV(B) | 120º | 0.84% | 0.76% | - |
| XYZ | 20.33 | 39.42 | 7.83 | - |
| YUV | 127.27 | 73.67 | 59.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 31 | 0.84 | 0 | 0.84 | 0.24 | 120 | 0.73 | 0.44 |
| Hex | 1F | C3 | 1F | 54 | 0 | 54 | 18 | 78 | 49 | 2C |
| Octal | 37 | 303 | 37 | 124 | 0 | 124 | 30 | 170 | 111 | 54 |
| Binary | 11111 | 11000011 | 11111 | 1010100 | 0 | 1010100 | 11000 | 1111000 | 1001001 | 101100 |
Color Harmonies of #1FC31F
Complementary color
Monochromatic Colors of #1FC31F
Black with #1FC31F
Text Example
Text Example
White with #1FC31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC31F; }
p { color: rgb(31,195,31); }
H1.HeaderClassName
{
color: #1FC31F;
}
.AnyTagClassName
{
color: #1FC31F;
}
</style>
background-color css
<style>
a { background-color: #1FC31F; }
a { background-color: rgb(31,195,31); }
div.DivClassName
{
background-color: #1FC31F;
}
.BgClassName
{
background-color: #1FC31F;
}
</style>
border-color css
<style>
span { border-color: #1FC31F; }
span { border-color: rgb(31,195,31); }
td.TdClassName
{
border-color: #1FC31F;
}
.TagClassName
{
border-color: #1FC31F;
}
</style>