Shades of Lime Green #3BC941
Tints of Lime Green #3BC941
RGB
CMYK
RGB Variations
Color information
#3BC941 (or 0x3BC941) is known color: Lime Green. HEX triplet: 3B, C9 and 41. RGB value is (59,201,65). Sum of RGB (Red+Green+Blue) = 59+201+65=325 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.15% from 325); Green value is 201 (78.91% from 255 or 61.85% from 325); Blue value is 65 (25.78% from 255 or 20% from 325); Max value from RGB is 201 - color contains mainly: green. Hex color #3BC941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC941 is #C436BE. Grayscale: #8F8F8F. Windows color (decimal): -12859071 or 4311355. OLE color: 4311355.
HSL color Cylindrical-coordinate representation of color #3BC941: hue angle of 122.54º 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 #3BC941 is Cyan = 0.71, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 59 | 201 | 65 | - |
| CMYK | 0.71 | 0 | 0.68 | 0.21 |
| HSL | 122.54º | 0.57% | 0.51% | - |
| HSV(B) | 122.54º | 0.71% | 0.79% | - |
| XYZ | 23.64 | 43.08 | 12.07 | - |
| YUV | 143.04 | 83.96 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 201 | 65 | 0.71 | 0 | 0.68 | 0.21 | 122.54 | 0.57 | 0.51 |
| Hex | 3B | C9 | 41 | 47 | 0 | 44 | 15 | 7B | 39 | 33 |
| Octal | 73 | 311 | 101 | 107 | 0 | 104 | 25 | 173 | 71 | 63 |
| Binary | 111011 | 11001001 | 1000001 | 1000111 | 0 | 1000100 | 10101 | 1111011 | 111001 | 110011 |
Color Harmonies of #3BC941
Complementary color
Monochromatic Colors of #3BC941
Black with #3BC941
Text Example
Text Example
White with #3BC941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC941; }
p { color: rgb(59,201,65); }
H1.HeaderClassName
{
color: #3BC941;
}
.AnyTagClassName
{
color: #3BC941;
}
</style>
background-color css
<style>
a { background-color: #3BC941; }
a { background-color: rgb(59,201,65); }
div.DivClassName
{
background-color: #3BC941;
}
.BgClassName
{
background-color: #3BC941;
}
</style>
border-color css
<style>
span { border-color: #3BC941; }
span { border-color: rgb(59,201,65); }
td.TdClassName
{
border-color: #3BC941;
}
.TagClassName
{
border-color: #3BC941;
}
</style>