Shades of Lime Green #3BCF40
Tints of Lime Green #3BCF40
RGB
CMYK
RGB Variations
Color information
#3BCF40 (or 0x3BCF40) is known color: Lime Green. HEX triplet: 3B, CF and 40. RGB value is (59,207,64). Sum of RGB (Red+Green+Blue) = 59+207+64=330 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.88% from 330); Green value is 207 (81.25% from 255 or 62.73% from 330); Blue value is 64 (25.39% from 255 or 19.39% from 330); Max value from RGB is 207 - color contains mainly: green. Hex color #3BCF40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCF40 is #C430BF. Grayscale: #929292. Windows color (decimal): -12857536 or 4247355. OLE color: 4247355.
HSL color Cylindrical-coordinate representation of color #3BCF40: hue angle of 122.03º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BCF40 is Cyan = 0.71, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 59 | 207 | 64 | - |
| CMYK | 0.71 | 0 | 0.69 | 0.19 |
| HSL | 122.03º | 0.61% | 0.52% | - |
| HSV(B) | 122.03º | 0.71% | 0.81% | - |
| XYZ | 25.04 | 45.93 | 12.4 | - |
| YUV | 146.45 | 81.47 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 207 | 64 | 0.71 | 0 | 0.69 | 0.19 | 122.03 | 0.61 | 0.52 |
| Hex | 3B | CF | 40 | 47 | 0 | 45 | 13 | 7A | 3D | 34 |
| Octal | 73 | 317 | 100 | 107 | 0 | 105 | 23 | 172 | 75 | 64 |
| Binary | 111011 | 11001111 | 1000000 | 1000111 | 0 | 1000101 | 10011 | 1111010 | 111101 | 110100 |
Color Harmonies of #3BCF40
Complementary color
Monochromatic Colors of #3BCF40
Black with #3BCF40
Text Example
Text Example
White with #3BCF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCF40; }
p { color: rgb(59,207,64); }
H1.HeaderClassName
{
color: #3BCF40;
}
.AnyTagClassName
{
color: #3BCF40;
}
</style>
background-color css
<style>
a { background-color: #3BCF40; }
a { background-color: rgb(59,207,64); }
div.DivClassName
{
background-color: #3BCF40;
}
.BgClassName
{
background-color: #3BCF40;
}
</style>
border-color css
<style>
span { border-color: #3BCF40; }
span { border-color: rgb(59,207,64); }
td.TdClassName
{
border-color: #3BCF40;
}
.TagClassName
{
border-color: #3BCF40;
}
</style>