Shades of Lime Green #1FBC2F
Tints of Lime Green #1FBC2F
RGB
CMYK
RGB Variations
Color information
#1FBC2F (or 0x1FBC2F) is known color: Lime Green. HEX triplet: 1F, BC and 2F. RGB value is (31,188,47). Sum of RGB (Red+Green+Blue) = 31+188+47=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 188 (73.83% from 255 or 70.68% from 266); Blue value is 47 (18.75% from 255 or 17.67% from 266); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBC2F is #E043D0. Grayscale: #7D7D7D. Windows color (decimal): -14697425 or 3128351. OLE color: 3128351.
HSL color Cylindrical-coordinate representation of color #1FBC2F: hue angle of 126.11º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FBC2F is Cyan = 0.84, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 47 | - |
| CMYK | 0.84 | 0 | 0.75 | 0.26 |
| HSL | 126.11º | 0.72% | 0.43% | - |
| HSV(B) | 126.11º | 0.84% | 0.74% | - |
| XYZ | 19.06 | 36.46 | 8.72 | - |
| YUV | 124.98 | 83.99 | 60.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 47 | 0.84 | 0 | 0.75 | 0.26 | 126.11 | 0.72 | 0.43 |
| Hex | 1F | BC | 2F | 54 | 0 | 4B | 1A | 7E | 48 | 2B |
| Octal | 37 | 274 | 57 | 124 | 0 | 113 | 32 | 176 | 110 | 53 |
| Binary | 11111 | 10111100 | 101111 | 1010100 | 0 | 1001011 | 11010 | 1111110 | 1001000 | 101011 |
Color Harmonies of #1FBC2F
Complementary color
Monochromatic Colors of #1FBC2F
Black with #1FBC2F
Text Example
Text Example
White with #1FBC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC2F; }
p { color: rgb(31,188,47); }
H1.HeaderClassName
{
color: #1FBC2F;
}
.AnyTagClassName
{
color: #1FBC2F;
}
</style>
background-color css
<style>
a { background-color: #1FBC2F; }
a { background-color: rgb(31,188,47); }
div.DivClassName
{
background-color: #1FBC2F;
}
.BgClassName
{
background-color: #1FBC2F;
}
</style>
border-color css
<style>
span { border-color: #1FBC2F; }
span { border-color: rgb(31,188,47); }
td.TdClassName
{
border-color: #1FBC2F;
}
.TagClassName
{
border-color: #1FBC2F;
}
</style>