Shades of Lime Green #3BCB31
Tints of Lime Green #3BCB31
RGB
CMYK
RGB Variations
Color information
#3BCB31 (or 0x3BCB31) is known color: Lime Green. HEX triplet: 3B, CB and 31. RGB value is (59,203,49). Sum of RGB (Red+Green+Blue) = 59+203+49=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 203 (79.69% from 255 or 65.27% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCB31 is #C434CE. Grayscale: #8E8E8E. Windows color (decimal): -12858575 or 3263291. OLE color: 3263291.
HSL color Cylindrical-coordinate representation of color #3BCB31: hue angle of 116.1º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3BCB31 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 49 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.20 |
| HSL | 116.1º | 0.61% | 0.49% | - |
| HSV(B) | 116.1º | 0.76% | 0.8% | - |
| XYZ | 23.71 | 43.86 | 10.12 | - |
| YUV | 142.39 | 75.29 | 68.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 49 | 0.71 | 0 | 0.76 | 0.20 | 116.1 | 0.61 | 0.49 |
| Hex | 3B | CB | 31 | 47 | 0 | 4C | 14 | 74 | 3D | 31 |
| Octal | 73 | 313 | 61 | 107 | 0 | 114 | 24 | 164 | 75 | 61 |
| Binary | 111011 | 11001011 | 110001 | 1000111 | 0 | 1001100 | 10100 | 1110100 | 111101 | 110001 |
Color Harmonies of #3BCB31
Complementary color
Monochromatic Colors of #3BCB31
Black with #3BCB31
Text Example
Text Example
White with #3BCB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB31; }
p { color: rgb(59,203,49); }
H1.HeaderClassName
{
color: #3BCB31;
}
.AnyTagClassName
{
color: #3BCB31;
}
</style>
background-color css
<style>
a { background-color: #3BCB31; }
a { background-color: rgb(59,203,49); }
div.DivClassName
{
background-color: #3BCB31;
}
.BgClassName
{
background-color: #3BCB31;
}
</style>
border-color css
<style>
span { border-color: #3BCB31; }
span { border-color: rgb(59,203,49); }
td.TdClassName
{
border-color: #3BCB31;
}
.TagClassName
{
border-color: #3BCB31;
}
</style>