Shades of Lime Green #3BC636
Tints of Lime Green #3BC636
RGB
CMYK
RGB Variations
Color information
#3BC636 (or 0x3BC636) is known color: Lime Green. HEX triplet: 3B, C6 and 36. RGB value is (59,198,54). Sum of RGB (Red+Green+Blue) = 59+198+54=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 198 (77.73% from 255 or 63.67% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 198 - color contains mainly: green. Hex color #3BC636 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC636 is #C439C9. Grayscale: #8C8C8C. Windows color (decimal): -12859850 or 3589691. OLE color: 3589691.
HSL color Cylindrical-coordinate representation of color #3BC636: hue angle of 117.92º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3BC636 is Cyan = 0.70, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 59 | 198 | 54 | - |
| CMYK | 0.70 | 0 | 0.73 | 0.22 |
| HSL | 117.92º | 0.57% | 0.49% | - |
| HSV(B) | 117.92º | 0.73% | 0.78% | - |
| XYZ | 22.66 | 41.58 | 10.32 | - |
| YUV | 140.02 | 79.45 | 70.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 198 | 54 | 0.70 | 0 | 0.73 | 0.22 | 117.92 | 0.57 | 0.49 |
| Hex | 3B | C6 | 36 | 46 | 0 | 49 | 16 | 76 | 39 | 31 |
| Octal | 73 | 306 | 66 | 106 | 0 | 111 | 26 | 166 | 71 | 61 |
| Binary | 111011 | 11000110 | 110110 | 1000110 | 0 | 1001001 | 10110 | 1110110 | 111001 | 110001 |
Color Harmonies of #3BC636
Complementary color
Monochromatic Colors of #3BC636
Black with #3BC636
Text Example
Text Example
White with #3BC636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC636; }
p { color: rgb(59,198,54); }
H1.HeaderClassName
{
color: #3BC636;
}
.AnyTagClassName
{
color: #3BC636;
}
</style>
background-color css
<style>
a { background-color: #3BC636; }
a { background-color: rgb(59,198,54); }
div.DivClassName
{
background-color: #3BC636;
}
.BgClassName
{
background-color: #3BC636;
}
</style>
border-color css
<style>
span { border-color: #3BC636; }
span { border-color: rgb(59,198,54); }
td.TdClassName
{
border-color: #3BC636;
}
.TagClassName
{
border-color: #3BC636;
}
</style>