Shades of Lime Green #3BC942
Tints of Lime Green #3BC942
RGB
CMYK
RGB Variations
Color information
#3BC942 (or 0x3BC942) is known color: Lime Green. HEX triplet: 3B, C9 and 42. RGB value is (59,201,66). Sum of RGB (Red+Green+Blue) = 59+201+66=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 201 (78.91% from 255 or 61.66% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC942 is #C436BD. Grayscale: #8F8F8F. Windows color (decimal): -12859070 or 4376891. OLE color: 4376891.
HSL color Cylindrical-coordinate representation of color #3BC942: hue angle of 122.96º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3BC942 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 66 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.21 |
| HSL | 122.96º | 0.57% | 0.51% | - |
| HSV(B) | 122.96º | 0.71% | 0.79% | - |
| XYZ | 23.67 | 43.1 | 12.22 | - |
| YUV | 143.15 | 84.46 | 67.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 66 | 0.71 | 0 | 0.67 | 0.21 | 122.96 | 0.57 | 0.51 |
| Hex | 3B | C9 | 42 | 47 | 0 | 43 | 15 | 7B | 39 | 33 |
| Octal | 73 | 311 | 102 | 107 | 0 | 103 | 25 | 173 | 71 | 63 |
| Binary | 111011 | 11001001 | 1000010 | 1000111 | 0 | 1000011 | 10101 | 1111011 | 111001 | 110011 |
Color Harmonies of #3BC942
Complementary color
Monochromatic Colors of #3BC942
Black with #3BC942
Text Example
Text Example
White with #3BC942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC942; }
p { color: rgb(59,201,66); }
H1.HeaderClassName
{
color: #3BC942;
}
.AnyTagClassName
{
color: #3BC942;
}
</style>
background-color css
<style>
a { background-color: #3BC942; }
a { background-color: rgb(59,201,66); }
div.DivClassName
{
background-color: #3BC942;
}
.BgClassName
{
background-color: #3BC942;
}
</style>
border-color css
<style>
span { border-color: #3BC942; }
span { border-color: rgb(59,201,66); }
td.TdClassName
{
border-color: #3BC942;
}
.TagClassName
{
border-color: #3BC942;
}
</style>