Shades of Lime Green #1FBF2B
Tints of Lime Green #1FBF2B
RGB
CMYK
RGB Variations
Color information
#1FBF2B (or 0x1FBF2B) is known color: Lime Green. HEX triplet: 1F, BF and 2B. RGB value is (31,191,43). Sum of RGB (Red+Green+Blue) = 31+191+43=265 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.70% from 265); Green value is 191 (75% from 255 or 72.08% from 265); Blue value is 43 (17.19% from 255 or 16.23% from 265); Max value from RGB is 191 - color contains mainly: green. Hex color #1FBF2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBF2B is #E040D4. Grayscale: #7E7E7E. Windows color (decimal): -14696661 or 2866975. OLE color: 2866975.
HSL color Cylindrical-coordinate representation of color #1FBF2B: hue angle of 124.5º 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 #1FBF2B is Cyan = 0.84, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 31 | 191 | 43 | - |
| CMYK | 0.84 | 0 | 0.77 | 0.25 |
| HSL | 124.5º | 0.72% | 0.44% | - |
| HSV(B) | 124.5º | 0.84% | 0.75% | - |
| XYZ | 19.63 | 37.73 | 8.53 | - |
| YUV | 126.29 | 80.99 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 191 | 43 | 0.84 | 0 | 0.77 | 0.25 | 124.5 | 0.72 | 0.44 |
| Hex | 1F | BF | 2B | 54 | 0 | 4D | 19 | 7C | 48 | 2C |
| Octal | 37 | 277 | 53 | 124 | 0 | 115 | 31 | 174 | 110 | 54 |
| Binary | 11111 | 10111111 | 101011 | 1010100 | 0 | 1001101 | 11001 | 1111100 | 1001000 | 101100 |
Color Harmonies of #1FBF2B
Complementary color
Monochromatic Colors of #1FBF2B
Black with #1FBF2B
Text Example
Text Example
White with #1FBF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBF2B; }
p { color: rgb(31,191,43); }
H1.HeaderClassName
{
color: #1FBF2B;
}
.AnyTagClassName
{
color: #1FBF2B;
}
</style>
background-color css
<style>
a { background-color: #1FBF2B; }
a { background-color: rgb(31,191,43); }
div.DivClassName
{
background-color: #1FBF2B;
}
.BgClassName
{
background-color: #1FBF2B;
}
</style>
border-color css
<style>
span { border-color: #1FBF2B; }
span { border-color: rgb(31,191,43); }
td.TdClassName
{
border-color: #1FBF2B;
}
.TagClassName
{
border-color: #1FBF2B;
}
</style>