Shades of Lime Green #3BCB2B
Tints of Lime Green #3BCB2B
RGB
CMYK
RGB Variations
Color information
#3BCB2B (or 0x3BCB2B) is known color: Lime Green. HEX triplet: 3B, CB and 2B. RGB value is (59,203,43). Sum of RGB (Red+Green+Blue) = 59+203+43=305 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.34% from 305); Green value is 203 (79.69% from 255 or 66.56% from 305); Blue value is 43 (17.19% from 255 or 14.10% from 305); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB2B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCB2B is #C434D4. Grayscale: #8E8E8E. Windows color (decimal): -12858581 or 2870075. OLE color: 2870075.
HSL color Cylindrical-coordinate representation of color #3BCB2B: hue angle of 114º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BCB2B is Cyan = 0.71, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 43 | - |
| CMYK | 0.71 | 0 | 0.79 | 0.20 |
| HSL | 114º | 0.65% | 0.48% | - |
| HSV(B) | 114º | 0.79% | 0.8% | - |
| XYZ | 23.6 | 43.82 | 9.5 | - |
| YUV | 141.7 | 72.29 | 69.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 43 | 0.71 | 0 | 0.79 | 0.20 | 114 | 0.65 | 0.48 |
| Hex | 3B | CB | 2B | 47 | 0 | 4F | 14 | 72 | 41 | 30 |
| Octal | 73 | 313 | 53 | 107 | 0 | 117 | 24 | 162 | 101 | 60 |
| Binary | 111011 | 11001011 | 101011 | 1000111 | 0 | 1001111 | 10100 | 1110010 | 1000001 | 110000 |
Color Harmonies of #3BCB2B
Complementary color
Monochromatic Colors of #3BCB2B
Black with #3BCB2B
Text Example
Text Example
White with #3BCB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB2B; }
p { color: rgb(59,203,43); }
H1.HeaderClassName
{
color: #3BCB2B;
}
.AnyTagClassName
{
color: #3BCB2B;
}
</style>
background-color css
<style>
a { background-color: #3BCB2B; }
a { background-color: rgb(59,203,43); }
div.DivClassName
{
background-color: #3BCB2B;
}
.BgClassName
{
background-color: #3BCB2B;
}
</style>
border-color css
<style>
span { border-color: #3BCB2B; }
span { border-color: rgb(59,203,43); }
td.TdClassName
{
border-color: #3BCB2B;
}
.TagClassName
{
border-color: #3BCB2B;
}
</style>