Shades of Lime Green #3BC333
Tints of Lime Green #3BC333
RGB
CMYK
RGB Variations
Color information
#3BC333 (or 0x3BC333) is known color: Lime Green. HEX triplet: 3B, C3 and 33. RGB value is (59,195,51). Sum of RGB (Red+Green+Blue) = 59+195+51=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 195 (76.56% from 255 or 63.93% from 305); Blue value is 51 (20.31% from 255 or 16.72% from 305); Max value from RGB is 195 - color contains mainly: green. Hex color #3BC333 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BC333 is #C43CCC. Grayscale: #8A8A8A. Windows color (decimal): -12860621 or 3392315. OLE color: 3392315.
HSL color Cylindrical-coordinate representation of color #3BC333: hue angle of 116.67º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3BC333 is Cyan = 0.70, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 59 | 195 | 51 | - |
| CMYK | 0.70 | 0 | 0.74 | 0.24 |
| HSL | 116.67º | 0.59% | 0.48% | - |
| HSV(B) | 116.67º | 0.74% | 0.76% | - |
| XYZ | 21.92 | 40.2 | 9.74 | - |
| YUV | 137.92 | 78.94 | 71.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 195 | 51 | 0.70 | 0 | 0.74 | 0.24 | 116.67 | 0.59 | 0.48 |
| Hex | 3B | C3 | 33 | 46 | 0 | 4A | 18 | 75 | 3B | 30 |
| Octal | 73 | 303 | 63 | 106 | 0 | 112 | 30 | 165 | 73 | 60 |
| Binary | 111011 | 11000011 | 110011 | 1000110 | 0 | 1001010 | 11000 | 1110101 | 111011 | 110000 |
Color Harmonies of #3BC333
Complementary color
Monochromatic Colors of #3BC333
Black with #3BC333
Text Example
Text Example
White with #3BC333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BC333; }
p { color: rgb(59,195,51); }
H1.HeaderClassName
{
color: #3BC333;
}
.AnyTagClassName
{
color: #3BC333;
}
</style>
background-color css
<style>
a { background-color: #3BC333; }
a { background-color: rgb(59,195,51); }
div.DivClassName
{
background-color: #3BC333;
}
.BgClassName
{
background-color: #3BC333;
}
</style>
border-color css
<style>
span { border-color: #3BC333; }
span { border-color: rgb(59,195,51); }
td.TdClassName
{
border-color: #3BC333;
}
.TagClassName
{
border-color: #3BC333;
}
</style>