Shades of Lime Green #3BCB2C
Tints of Lime Green #3BCB2C
RGB
CMYK
RGB Variations
Color information
#3BCB2C (or 0x3BCB2C) is known color: Lime Green. HEX triplet: 3B, CB and 2C. RGB value is (59,203,44). Sum of RGB (Red+Green+Blue) = 59+203+44=306 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.28% from 306); Green value is 203 (79.69% from 255 or 66.34% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCB2C is #C434D3. Grayscale: #8E8E8E. Windows color (decimal): -12858580 or 2935611. OLE color: 2935611.
HSL color Cylindrical-coordinate representation of color #3BCB2C: hue angle of 114.34º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3BCB2C is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 44 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.20 |
| HSL | 114.34º | 0.64% | 0.48% | - |
| HSV(B) | 114.34º | 0.78% | 0.8% | - |
| XYZ | 23.61 | 43.82 | 9.6 | - |
| YUV | 141.82 | 72.79 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 44 | 0.71 | 0 | 0.78 | 0.20 | 114.34 | 0.64 | 0.48 |
| Hex | 3B | CB | 2C | 47 | 0 | 4E | 14 | 72 | 40 | 30 |
| Octal | 73 | 313 | 54 | 107 | 0 | 116 | 24 | 162 | 100 | 60 |
| Binary | 111011 | 11001011 | 101100 | 1000111 | 0 | 1001110 | 10100 | 1110010 | 1000000 | 110000 |
Color Harmonies of #3BCB2C
Complementary color
Monochromatic Colors of #3BCB2C
Black with #3BCB2C
Text Example
Text Example
White with #3BCB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB2C; }
p { color: rgb(59,203,44); }
H1.HeaderClassName
{
color: #3BCB2C;
}
.AnyTagClassName
{
color: #3BCB2C;
}
</style>
background-color css
<style>
a { background-color: #3BCB2C; }
a { background-color: rgb(59,203,44); }
div.DivClassName
{
background-color: #3BCB2C;
}
.BgClassName
{
background-color: #3BCB2C;
}
</style>
border-color css
<style>
span { border-color: #3BCB2C; }
span { border-color: rgb(59,203,44); }
td.TdClassName
{
border-color: #3BCB2C;
}
.TagClassName
{
border-color: #3BCB2C;
}
</style>