Shades of Lime Green #1FC31D
Tints of Lime Green #1FC31D
RGB
CMYK
RGB Variations
Color information
#1FC31D (or 0x1FC31D) is known color: Lime Green. HEX triplet: 1F, C3 and 1D. RGB value is (31,195,29). Sum of RGB (Red+Green+Blue) = 31+195+29=255 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.16% from 255); Green value is 195 (76.56% from 255 or 76.47% from 255); Blue value is 29 (11.72% from 255 or 11.37% from 255); Max value from RGB is 195 - color contains mainly: green. Hex color #1FC31D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC31D is #E03CE2. Grayscale: #7F7F7F. Windows color (decimal): -14695651 or 1950495. OLE color: 1950495.
HSL color Cylindrical-coordinate representation of color #1FC31D: hue angle of 119.28º 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 #1FC31D is Cyan = 0.84, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 195 | 29 | - |
| CMYK | 0.84 | 0 | 0.85 | 0.24 |
| HSL | 119.28º | 0.74% | 0.44% | - |
| HSV(B) | 119.28º | 0.85% | 0.76% | - |
| XYZ | 20.3 | 39.41 | 7.7 | - |
| YUV | 127.04 | 72.67 | 59.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 195 | 29 | 0.84 | 0 | 0.85 | 0.24 | 119.28 | 0.74 | 0.44 |
| Hex | 1F | C3 | 1D | 54 | 0 | 55 | 18 | 77 | 4A | 2C |
| Octal | 37 | 303 | 35 | 124 | 0 | 125 | 30 | 167 | 112 | 54 |
| Binary | 11111 | 11000011 | 11101 | 1010100 | 0 | 1010101 | 11000 | 1110111 | 1001010 | 101100 |
Color Harmonies of #1FC31D
Complementary color
Monochromatic Colors of #1FC31D
Black with #1FC31D
Text Example
Text Example
White with #1FC31D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC31D; }
p { color: rgb(31,195,29); }
H1.HeaderClassName
{
color: #1FC31D;
}
.AnyTagClassName
{
color: #1FC31D;
}
</style>
background-color css
<style>
a { background-color: #1FC31D; }
a { background-color: rgb(31,195,29); }
div.DivClassName
{
background-color: #1FC31D;
}
.BgClassName
{
background-color: #1FC31D;
}
</style>
border-color css
<style>
span { border-color: #1FC31D; }
span { border-color: rgb(31,195,29); }
td.TdClassName
{
border-color: #1FC31D;
}
.TagClassName
{
border-color: #1FC31D;
}
</style>