Shades of Lime Green #1FBC39
Tints of Lime Green #1FBC39
RGB
CMYK
RGB Variations
Color information
#1FBC39 (or 0x1FBC39) is known color: Lime Green. HEX triplet: 1F, BC and 39. RGB value is (31,188,57). Sum of RGB (Red+Green+Blue) = 31+188+57=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 188 (73.83% from 255 or 68.12% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 188 - color contains mainly: green. Hex color #1FBC39 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FBC39 is #E043C6. Grayscale: #7E7E7E. Windows color (decimal): -14697415 or 3783711. OLE color: 3783711.
HSL color Cylindrical-coordinate representation of color #1FBC39: hue angle of 129.94º 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 #1FBC39 is Cyan = 0.84, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 188 | 57 | - |
| CMYK | 0.84 | 0 | 0.70 | 0.26 |
| HSL | 129.94º | 0.72% | 0.43% | - |
| HSV(B) | 129.94º | 0.84% | 0.74% | - |
| XYZ | 19.29 | 36.55 | 9.91 | - |
| YUV | 126.12 | 88.99 | 60.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 188 | 57 | 0.84 | 0 | 0.70 | 0.26 | 129.94 | 0.72 | 0.43 |
| Hex | 1F | BC | 39 | 54 | 0 | 46 | 1A | 82 | 48 | 2B |
| Octal | 37 | 274 | 71 | 124 | 0 | 106 | 32 | 202 | 110 | 53 |
| Binary | 11111 | 10111100 | 111001 | 1010100 | 0 | 1000110 | 11010 | 10000010 | 1001000 | 101011 |
Color Harmonies of #1FBC39
Complementary color
Monochromatic Colors of #1FBC39
Black with #1FBC39
Text Example
Text Example
White with #1FBC39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FBC39; }
p { color: rgb(31,188,57); }
H1.HeaderClassName
{
color: #1FBC39;
}
.AnyTagClassName
{
color: #1FBC39;
}
</style>
background-color css
<style>
a { background-color: #1FBC39; }
a { background-color: rgb(31,188,57); }
div.DivClassName
{
background-color: #1FBC39;
}
.BgClassName
{
background-color: #1FBC39;
}
</style>
border-color css
<style>
span { border-color: #1FBC39; }
span { border-color: rgb(31,188,57); }
td.TdClassName
{
border-color: #1FBC39;
}
.TagClassName
{
border-color: #1FBC39;
}
</style>