Shades of Lime Green #1FCB07
Tints of Lime Green #1FCB07
RGB
CMYK
RGB Variations
Color information
#1FCB07 (or 0x1FCB07) is known color: Lime Green. HEX triplet: 1F, CB and 07. RGB value is (31,203,7). Sum of RGB (Red+Green+Blue) = 31+203+7=241 (31% of max value = 765). Red value is 31 (12.5% from 255 or 12.86% from 241); Green value is 203 (79.69% from 255 or 84.23% from 241); Blue value is 7 (3.12% from 255 or 2.90% from 241); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCB07 is #E034F8. Grayscale: #818181. Windows color (decimal): -14693625 or 510751. OLE color: 510751.
HSL color Cylindrical-coordinate representation of color #1FCB07: hue angle of 112.65º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FCB07 is Cyan = 0.85, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 7 | - |
| CMYK | 0.85 | 0 | 0.97 | 0.20 |
| HSL | 112.65º | 0.93% | 0.41% | - |
| HSV(B) | 112.65º | 0.97% | 0.8% | - |
| XYZ | 21.96 | 43.02 | 7.35 | - |
| YUV | 129.23 | 59.02 | 57.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 7 | 0.85 | 0 | 0.97 | 0.20 | 112.65 | 0.93 | 0.41 |
| Hex | 1F | CB | 7 | 55 | 0 | 61 | 14 | 71 | 5D | 29 |
| Octal | 37 | 313 | 7 | 125 | 0 | 141 | 24 | 161 | 135 | 51 |
| Binary | 11111 | 11001011 | 111 | 1010101 | 0 | 1100001 | 10100 | 1110001 | 1011101 | 101001 |
Color Harmonies of #1FCB07
Complementary color
Monochromatic Colors of #1FCB07
Black with #1FCB07
Text Example
Text Example
White with #1FCB07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB07; }
p { color: rgb(31,203,7); }
H1.HeaderClassName
{
color: #1FCB07;
}
.AnyTagClassName
{
color: #1FCB07;
}
</style>
background-color css
<style>
a { background-color: #1FCB07; }
a { background-color: rgb(31,203,7); }
div.DivClassName
{
background-color: #1FCB07;
}
.BgClassName
{
background-color: #1FCB07;
}
</style>
border-color css
<style>
span { border-color: #1FCB07; }
span { border-color: rgb(31,203,7); }
td.TdClassName
{
border-color: #1FCB07;
}
.TagClassName
{
border-color: #1FCB07;
}
</style>