Shades of Lime Green #3BCF1F
Tints of Lime Green #3BCF1F
RGB
CMYK
RGB Variations
Color information
#3BCF1F (or 0x3BCF1F) is known color: Lime Green. HEX triplet: 3B, CF and 1F. RGB value is (59,207,31). Sum of RGB (Red+Green+Blue) = 59+207+31=297 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.87% from 297); Green value is 207 (81.25% from 255 or 69.70% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF1F is #C430E0. Grayscale: #8F8F8F. Windows color (decimal): -12857569 or 2084667. OLE color: 2084667.
HSL color Cylindrical-coordinate representation of color #3BCF1F: hue angle of 110.45º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3BCF1F is Cyan = 0.71, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 31 | - |
| CMYK | 0.71 | 0 | 0.85 | 0.19 |
| HSL | 110.45º | 0.74% | 0.47% | - |
| HSV(B) | 110.45º | 0.85% | 0.81% | - |
| XYZ | 24.36 | 45.65 | 8.82 | - |
| YUV | 142.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 31 | 0.71 | 0 | 0.85 | 0.19 | 110.45 | 0.74 | 0.47 |
| Hex | 3B | CF | 1F | 47 | 0 | 55 | 13 | 6E | 4A | 2F |
| Octal | 73 | 317 | 37 | 107 | 0 | 125 | 23 | 156 | 112 | 57 |
| Binary | 111011 | 11001111 | 11111 | 1000111 | 0 | 1010101 | 10011 | 1101110 | 1001010 | 101111 |
Color Harmonies of #3BCF1F
Complementary color
Monochromatic Colors of #3BCF1F
Black with #3BCF1F
Text Example
Text Example
White with #3BCF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF1F; }
p { color: rgb(59,207,31); }
H1.HeaderClassName
{
color: #3BCF1F;
}
.AnyTagClassName
{
color: #3BCF1F;
}
</style>
background-color css
<style>
a { background-color: #3BCF1F; }
a { background-color: rgb(59,207,31); }
div.DivClassName
{
background-color: #3BCF1F;
}
.BgClassName
{
background-color: #3BCF1F;
}
</style>
border-color css
<style>
span { border-color: #3BCF1F; }
span { border-color: rgb(59,207,31); }
td.TdClassName
{
border-color: #3BCF1F;
}
.TagClassName
{
border-color: #3BCF1F;
}
</style>