Shades of Lime Green #1FCB09
Tints of Lime Green #1FCB09
RGB
CMYK
RGB Variations
Color information
#1FCB09 (or 0x1FCB09) is known color: Lime Green. HEX triplet: 1F, CB and 09. RGB value is (31,203,9). Sum of RGB (Red+Green+Blue) = 31+203+9=243 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.76% from 243); Green value is 203 (79.69% from 255 or 83.54% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 203 - color contains mainly: green. Hex color #1FCB09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FCB09 is #E034F6. Grayscale: #828282. Windows color (decimal): -14693623 or 641823. OLE color: 641823.
HSL color Cylindrical-coordinate representation of color #1FCB09: hue angle of 113.2º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FCB09 is Cyan = 0.85, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 31 | 203 | 9 | - |
| CMYK | 0.85 | 0 | 0.96 | 0.20 |
| HSL | 113.2º | 0.92% | 0.42% | - |
| HSV(B) | 113.2º | 0.96% | 0.8% | - |
| XYZ | 21.97 | 43.02 | 7.4 | - |
| YUV | 129.46 | 60.02 | 57.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 203 | 9 | 0.85 | 0 | 0.96 | 0.20 | 113.2 | 0.92 | 0.42 |
| Hex | 1F | CB | 9 | 55 | 0 | 60 | 14 | 71 | 5C | 2A |
| Octal | 37 | 313 | 11 | 125 | 0 | 140 | 24 | 161 | 134 | 52 |
| Binary | 11111 | 11001011 | 1001 | 1010101 | 0 | 1100000 | 10100 | 1110001 | 1011100 | 101010 |
Color Harmonies of #1FCB09
Complementary color
Monochromatic Colors of #1FCB09
Black with #1FCB09
Text Example
Text Example
White with #1FCB09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FCB09; }
p { color: rgb(31,203,9); }
H1.HeaderClassName
{
color: #1FCB09;
}
.AnyTagClassName
{
color: #1FCB09;
}
</style>
background-color css
<style>
a { background-color: #1FCB09; }
a { background-color: rgb(31,203,9); }
div.DivClassName
{
background-color: #1FCB09;
}
.BgClassName
{
background-color: #1FCB09;
}
</style>
border-color css
<style>
span { border-color: #1FCB09; }
span { border-color: rgb(31,203,9); }
td.TdClassName
{
border-color: #1FCB09;
}
.TagClassName
{
border-color: #1FCB09;
}
</style>