Shades of Lime Green #3BC642
Tints of Lime Green #3BC642
RGB
CMYK
RGB Variations
Color information
#3BC642 (or 0x3BC642) is known color: Lime Green. HEX triplet: 3B, C6 and 42. RGB value is (59,198,66). Sum of RGB (Red+Green+Blue) = 59+198+66=323 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.27% from 323); Green value is 198 (77.73% from 255 or 61.30% from 323); Blue value is 66 (26.17% from 255 or 20.43% from 323); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC642 is #C439BD. Grayscale: #8D8D8D. Windows color (decimal): -12859838 or 4376123. OLE color: 4376123.
HSL color Cylindrical-coordinate representation of color #3BC642: hue angle of 123.02º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3BC642 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 66 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.22 |
| HSL | 123.02º | 0.55% | 0.5% | - |
| HSV(B) | 123.02º | 0.7% | 0.78% | - |
| XYZ | 22.98 | 41.71 | 11.99 | - |
| YUV | 141.39 | 85.45 | 69.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 66 | 0.70 | 0 | 0.67 | 0.22 | 123.02 | 0.55 | 0.5 |
| Hex | 3B | C6 | 42 | 46 | 0 | 43 | 16 | 7B | 37 | 32 |
| Octal | 73 | 306 | 102 | 106 | 0 | 103 | 26 | 173 | 67 | 62 |
| Binary | 111011 | 11000110 | 1000010 | 1000110 | 0 | 1000011 | 10110 | 1111011 | 110111 | 110010 |
Color Harmonies of #3BC642
Complementary color
Monochromatic Colors of #3BC642
Black with #3BC642
Text Example
Text Example
White with #3BC642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC642; }
p { color: rgb(59,198,66); }
H1.HeaderClassName
{
color: #3BC642;
}
.AnyTagClassName
{
color: #3BC642;
}
</style>
background-color css
<style>
a { background-color: #3BC642; }
a { background-color: rgb(59,198,66); }
div.DivClassName
{
background-color: #3BC642;
}
.BgClassName
{
background-color: #3BC642;
}
</style>
border-color css
<style>
span { border-color: #3BC642; }
span { border-color: rgb(59,198,66); }
td.TdClassName
{
border-color: #3BC642;
}
.TagClassName
{
border-color: #3BC642;
}
</style>