Shades of Lime Green #3BC840
Tints of Lime Green #3BC840
RGB
CMYK
RGB Variations
Color information
#3BC840 (or 0x3BC840) is known color: Lime Green. HEX triplet: 3B, C8 and 40. RGB value is (59,200,64). Sum of RGB (Red+Green+Blue) = 59+200+64=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 200 (78.52% from 255 or 61.92% from 323); Blue value is 64 (25.39% from 255 or 19.81% from 323); Max value from RGB is 200 - color contains mainly: green. Hex color #3BC840 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC840 is #C437BF. Grayscale: #8E8E8E. Windows color (decimal): -12859328 or 4245563. OLE color: 4245563.
HSL color Cylindrical-coordinate representation of color #3BC840: hue angle of 122.13º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC840 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 200 | 64 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.22 |
| HSL | 122.13º | 0.56% | 0.51% | - |
| HSV(B) | 122.13º | 0.71% | 0.78% | - |
| XYZ | 23.38 | 42.61 | 11.84 | - |
| YUV | 142.34 | 83.79 | 68.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 200 | 64 | 0.70 | 0 | 0.68 | 0.22 | 122.13 | 0.56 | 0.51 |
| Hex | 3B | C8 | 40 | 46 | 0 | 44 | 16 | 7A | 38 | 33 |
| Octal | 73 | 310 | 100 | 106 | 0 | 104 | 26 | 172 | 70 | 63 |
| Binary | 111011 | 11001000 | 1000000 | 1000110 | 0 | 1000100 | 10110 | 1111010 | 111000 | 110011 |
Color Harmonies of #3BC840
Complementary color
Monochromatic Colors of #3BC840
Black with #3BC840
Text Example
Text Example
White with #3BC840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC840; }
p { color: rgb(59,200,64); }
H1.HeaderClassName
{
color: #3BC840;
}
.AnyTagClassName
{
color: #3BC840;
}
</style>
background-color css
<style>
a { background-color: #3BC840; }
a { background-color: rgb(59,200,64); }
div.DivClassName
{
background-color: #3BC840;
}
.BgClassName
{
background-color: #3BC840;
}
</style>
border-color css
<style>
span { border-color: #3BC840; }
span { border-color: rgb(59,200,64); }
td.TdClassName
{
border-color: #3BC840;
}
.TagClassName
{
border-color: #3BC840;
}
</style>