Shades of Lime Green #1FC935
Tints of Lime Green #1FC935
RGB
CMYK
RGB Variations
Color information
#1FC935 (or 0x1FC935) is known color: Lime Green. HEX triplet: 1F, C9 and 35. RGB value is (31,201,53). Sum of RGB (Red+Green+Blue) = 31+201+53=285 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.88% from 285); Green value is 201 (78.91% from 255 or 70.53% from 285); Blue value is 53 (21.09% from 255 or 18.60% from 285); Max value from RGB is 201 - color contains mainly: green. Hex color #1FC935 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC935 is #E036CA. Grayscale: #858585. Windows color (decimal): -14694091 or 3524895. OLE color: 3524895.
HSL color Cylindrical-coordinate representation of color #1FC935: hue angle of 127.76º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC935 is Cyan = 0.85, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 31 | 201 | 53 | - |
| CMYK | 0.85 | 0 | 0.74 | 0.21 |
| HSL | 127.76º | 0.73% | 0.45% | - |
| HSV(B) | 127.76º | 0.85% | 0.79% | - |
| XYZ | 22.09 | 42.32 | 10.37 | - |
| YUV | 133.3 | 82.68 | 55.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 201 | 53 | 0.85 | 0 | 0.74 | 0.21 | 127.76 | 0.73 | 0.45 |
| Hex | 1F | C9 | 35 | 55 | 0 | 4A | 15 | 80 | 49 | 2D |
| Octal | 37 | 311 | 65 | 125 | 0 | 112 | 25 | 200 | 111 | 55 |
| Binary | 11111 | 11001001 | 110101 | 1010101 | 0 | 1001010 | 10101 | 10000000 | 1001001 | 101101 |
Color Harmonies of #1FC935
Complementary color
Monochromatic Colors of #1FC935
Black with #1FC935
Text Example
Text Example
White with #1FC935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC935; }
p { color: rgb(31,201,53); }
H1.HeaderClassName
{
color: #1FC935;
}
.AnyTagClassName
{
color: #1FC935;
}
</style>
background-color css
<style>
a { background-color: #1FC935; }
a { background-color: rgb(31,201,53); }
div.DivClassName
{
background-color: #1FC935;
}
.BgClassName
{
background-color: #1FC935;
}
</style>
border-color css
<style>
span { border-color: #1FC935; }
span { border-color: rgb(31,201,53); }
td.TdClassName
{
border-color: #1FC935;
}
.TagClassName
{
border-color: #1FC935;
}
</style>