Shades of Lime Green #1FBF09
Tints of Lime Green #1FBF09
RGB
CMYK
RGB Variations
Color information
#1FBF09 (or 0x1FBF09) is known color: Lime Green. HEX triplet: 1F, BF and 09. RGB value is (31,191,9). Sum of RGB (Red+Green+Blue) = 31+191+9=231 (30% of max value = 765). Red value is 31 (12.5% from 255 or 13.42% from 231); Green value is 191 (75% from 255 or 82.68% from 231); Blue value is 9 (3.91% from 255 or 3.90% from 231); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1FBF09 is #E040F6. Grayscale: #7A7A7A. Windows color (decimal): -14696695 or 638751. OLE color: 638751.
HSL color Cylindrical-coordinate representation of color #1FBF09: hue angle of 112.75º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1FBF09 is Cyan = 0.84, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 9 | - |
| CMYK | 0.84 | 0 | 0.95 | 0.25 |
| HSL | 112.75º | 0.91% | 0.39% | - |
| HSV(B) | 112.75º | 0.95% | 0.75% | - |
| XYZ | 19.25 | 37.57 | 6.5 | - |
| YUV | 122.41 | 63.99 | 62.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 9 | 0.84 | 0 | 0.95 | 0.25 | 112.75 | 0.91 | 0.39 |
| Hex | 1F | BF | 9 | 54 | 0 | 5F | 19 | 71 | 5B | 27 |
| Octal | 37 | 277 | 11 | 124 | 0 | 137 | 31 | 161 | 133 | 47 |
| Binary | 11111 | 10111111 | 1001 | 1010100 | 0 | 1011111 | 11001 | 1110001 | 1011011 | 100111 |
Color Harmonies of #1FBF09
Complementary color
Monochromatic Colors of #1FBF09
Black with #1FBF09
Text Example
Text Example
White with #1FBF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF09; }
p { color: rgb(31,191,9); }
H1.HeaderClassName
{
color: #1FBF09;
}
.AnyTagClassName
{
color: #1FBF09;
}
</style>
background-color css
<style>
a { background-color: #1FBF09; }
a { background-color: rgb(31,191,9); }
div.DivClassName
{
background-color: #1FBF09;
}
.BgClassName
{
background-color: #1FBF09;
}
</style>
border-color css
<style>
span { border-color: #1FBF09; }
span { border-color: rgb(31,191,9); }
td.TdClassName
{
border-color: #1FBF09;
}
.TagClassName
{
border-color: #1FBF09;
}
</style>