Shades of Lime Green #1FC03B
Tints of Lime Green #1FC03B
RGB
CMYK
RGB Variations
Color information
#1FC03B (or 0x1FC03B) is known color: Lime Green. HEX triplet: 1F, C0 and 3B. RGB value is (31,192,59). Sum of RGB (Red+Green+Blue) = 31+192+59=282 (37% of max value = 765). Red value is 31 (12.5% from 255 or 10.99% from 282); Green value is 192 (75.39% from 255 or 68.09% from 282); Blue value is 59 (23.44% from 255 or 20.92% from 282); Max value from RGB is 192 - color contains mainly: green. Hex color #1FC03B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FC03B is #E03FC4. Grayscale: #818181. Windows color (decimal): -14696389 or 3915807. OLE color: 3915807.
HSL color Cylindrical-coordinate representation of color #1FC03B: hue angle of 130.43º 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 #1FC03B is Cyan = 0.84, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 192 | 59 | - |
| CMYK | 0.84 | 0 | 0.69 | 0.25 |
| HSL | 130.43º | 0.72% | 0.44% | - |
| HSV(B) | 130.43º | 0.84% | 0.75% | - |
| XYZ | 20.2 | 38.31 | 10.47 | - |
| YUV | 128.7 | 88.66 | 58.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 192 | 59 | 0.84 | 0 | 0.69 | 0.25 | 130.43 | 0.72 | 0.44 |
| Hex | 1F | C0 | 3B | 54 | 0 | 45 | 19 | 82 | 48 | 2C |
| Octal | 37 | 300 | 73 | 124 | 0 | 105 | 31 | 202 | 110 | 54 |
| Binary | 11111 | 11000000 | 111011 | 1010100 | 0 | 1000101 | 11001 | 10000010 | 1001000 | 101100 |
Color Harmonies of #1FC03B
Complementary color
Monochromatic Colors of #1FC03B
Black with #1FC03B
Text Example
Text Example
White with #1FC03B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FC03B; }
p { color: rgb(31,192,59); }
H1.HeaderClassName
{
color: #1FC03B;
}
.AnyTagClassName
{
color: #1FC03B;
}
</style>
background-color css
<style>
a { background-color: #1FC03B; }
a { background-color: rgb(31,192,59); }
div.DivClassName
{
background-color: #1FC03B;
}
.BgClassName
{
background-color: #1FC03B;
}
</style>
border-color css
<style>
span { border-color: #1FC03B; }
span { border-color: rgb(31,192,59); }
td.TdClassName
{
border-color: #1FC03B;
}
.TagClassName
{
border-color: #1FC03B;
}
</style>