Shades of Lime Green #1FC835
Tints of Lime Green #1FC835
RGB
CMYK
RGB Variations
Color information
#1FC835 (or 0x1FC835) is known color: Lime Green. HEX triplet: 1F, C8 and 35. RGB value is (31,200,53). Sum of RGB (Red+Green+Blue) = 31+200+53=284 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.92% from 284); Green value is 200 (78.52% from 255 or 70.42% from 284); Blue value is 53 (21.09% from 255 or 18.66% from 284); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC835 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC835 is #E037CA. Grayscale: #858585. Windows color (decimal): -14694347 or 3524639. OLE color: 3524639.
HSL color Cylindrical-coordinate representation of color #1FC835: hue angle of 127.81º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC835 is Cyan = 0.84, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 53 | - |
| CMYK | 0.84 | 0 | 0.74 | 0.22 |
| HSL | 127.81º | 0.73% | 0.45% | - |
| HSV(B) | 127.81º | 0.85% | 0.78% | - |
| XYZ | 21.86 | 41.86 | 10.3 | - |
| YUV | 132.71 | 83.01 | 55.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 53 | 0.84 | 0 | 0.74 | 0.22 | 127.81 | 0.73 | 0.45 |
| Hex | 1F | C8 | 35 | 54 | 0 | 4A | 16 | 80 | 49 | 2D |
| Octal | 37 | 310 | 65 | 124 | 0 | 112 | 26 | 200 | 111 | 55 |
| Binary | 11111 | 11001000 | 110101 | 1010100 | 0 | 1001010 | 10110 | 10000000 | 1001001 | 101101 |
Color Harmonies of #1FC835
Complementary color
Monochromatic Colors of #1FC835
Black with #1FC835
Text Example
Text Example
White with #1FC835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC835; }
p { color: rgb(31,200,53); }
H1.HeaderClassName
{
color: #1FC835;
}
.AnyTagClassName
{
color: #1FC835;
}
</style>
background-color css
<style>
a { background-color: #1FC835; }
a { background-color: rgb(31,200,53); }
div.DivClassName
{
background-color: #1FC835;
}
.BgClassName
{
background-color: #1FC835;
}
</style>
border-color css
<style>
span { border-color: #1FC835; }
span { border-color: rgb(31,200,53); }
td.TdClassName
{
border-color: #1FC835;
}
.TagClassName
{
border-color: #1FC835;
}
</style>