Shades of Lime Green #1FC83B
Tints of Lime Green #1FC83B
RGB
CMYK
RGB Variations
Color information
#1FC83B (or 0x1FC83B) is known color: Lime Green. HEX triplet: 1F, C8 and 3B. RGB value is (31,200,59). Sum of RGB (Red+Green+Blue) = 31+200+59=290 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.69% from 290); Green value is 200 (78.52% from 255 or 68.97% from 290); Blue value is 59 (23.44% from 255 or 20.34% from 290); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC83B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC83B is #E037C4. Grayscale: #858585. Windows color (decimal): -14694341 or 3917855. OLE color: 3917855.
HSL color Cylindrical-coordinate representation of color #1FC83B: hue angle of 129.94º 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 #1FC83B is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 31 | 200 | 59 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.22 |
| HSL | 129.94º | 0.73% | 0.45% | - |
| HSV(B) | 129.94º | 0.85% | 0.78% | - |
| XYZ | 22.01 | 41.92 | 11.07 | - |
| YUV | 133.4 | 86.01 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 200 | 59 | 0.84 | 0 | 0.70 | 0.22 | 129.94 | 0.73 | 0.45 |
| Hex | 1F | C8 | 3B | 54 | 0 | 46 | 16 | 82 | 49 | 2D |
| Octal | 37 | 310 | 73 | 124 | 0 | 106 | 26 | 202 | 111 | 55 |
| Binary | 11111 | 11001000 | 111011 | 1010100 | 0 | 1000110 | 10110 | 10000010 | 1001001 | 101101 |
Color Harmonies of #1FC83B
Complementary color
Monochromatic Colors of #1FC83B
Black with #1FC83B
Text Example
Text Example
White with #1FC83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC83B; }
p { color: rgb(31,200,59); }
H1.HeaderClassName
{
color: #1FC83B;
}
.AnyTagClassName
{
color: #1FC83B;
}
</style>
background-color css
<style>
a { background-color: #1FC83B; }
a { background-color: rgb(31,200,59); }
div.DivClassName
{
background-color: #1FC83B;
}
.BgClassName
{
background-color: #1FC83B;
}
</style>
border-color css
<style>
span { border-color: #1FC83B; }
span { border-color: rgb(31,200,59); }
td.TdClassName
{
border-color: #1FC83B;
}
.TagClassName
{
border-color: #1FC83B;
}
</style>