Shades of Lime Green #1FC035
Tints of Lime Green #1FC035
RGB
CMYK
RGB Variations
Color information
#1FC035 (or 0x1FC035) is known color: Lime Green. HEX triplet: 1F, C0 and 35. RGB value is (31,192,53). Sum of RGB (Red+Green+Blue) = 31+192+53=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 192 (75.39% from 255 or 69.57% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC035 is #E03FCA. Grayscale: #808080. Windows color (decimal): -14696395 or 3522591. OLE color: 3522591.
HSL color Cylindrical-coordinate representation of color #1FC035: hue angle of 128.2º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FC035 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 53 | - |
| CMYK | 0.84 | 0 | 0.72 | 0.25 |
| HSL | 128.2º | 0.72% | 0.44% | - |
| HSV(B) | 128.2º | 0.84% | 0.75% | - |
| XYZ | 20.06 | 38.25 | 9.69 | - |
| YUV | 128.02 | 85.66 | 58.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 53 | 0.84 | 0 | 0.72 | 0.25 | 128.2 | 0.72 | 0.44 |
| Hex | 1F | C0 | 35 | 54 | 0 | 48 | 19 | 80 | 48 | 2C |
| Octal | 37 | 300 | 65 | 124 | 0 | 110 | 31 | 200 | 110 | 54 |
| Binary | 11111 | 11000000 | 110101 | 1010100 | 0 | 1001000 | 11001 | 10000000 | 1001000 | 101100 |
Color Harmonies of #1FC035
Complementary color
Monochromatic Colors of #1FC035
Black with #1FC035
Text Example
Text Example
White with #1FC035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC035; }
p { color: rgb(31,192,53); }
H1.HeaderClassName
{
color: #1FC035;
}
.AnyTagClassName
{
color: #1FC035;
}
</style>
background-color css
<style>
a { background-color: #1FC035; }
a { background-color: rgb(31,192,53); }
div.DivClassName
{
background-color: #1FC035;
}
.BgClassName
{
background-color: #1FC035;
}
</style>
border-color css
<style>
span { border-color: #1FC035; }
span { border-color: rgb(31,192,53); }
td.TdClassName
{
border-color: #1FC035;
}
.TagClassName
{
border-color: #1FC035;
}
</style>