Shades of Lime Green #3BCB27
Tints of Lime Green #3BCB27
RGB
CMYK
RGB Variations
Color information
#3BCB27 (or 0x3BCB27) is known color: Lime Green. HEX triplet: 3B, CB and 27. RGB value is (59,203,39). Sum of RGB (Red+Green+Blue) = 59+203+39=301 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.60% from 301); Green value is 203 (79.69% from 255 or 67.44% from 301); Blue value is 39 (15.62% from 255 or 12.96% from 301); Max value from RGB is 203 - color contains mainly: green. Hex color #3BCB27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BCB27 is #C434D8. Grayscale: #8D8D8D. Windows color (decimal): -12858585 or 2607931. OLE color: 2607931.
HSL color Cylindrical-coordinate representation of color #3BCB27: hue angle of 112.68º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3BCB27 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 59 | 203 | 39 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.20 |
| HSL | 112.68º | 0.68% | 0.47% | - |
| HSV(B) | 112.68º | 0.81% | 0.8% | - |
| XYZ | 23.53 | 43.79 | 9.13 | - |
| YUV | 141.25 | 70.29 | 69.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 203 | 39 | 0.71 | 0 | 0.81 | 0.20 | 112.68 | 0.68 | 0.47 |
| Hex | 3B | CB | 27 | 47 | 0 | 51 | 14 | 71 | 44 | 2F |
| Octal | 73 | 313 | 47 | 107 | 0 | 121 | 24 | 161 | 104 | 57 |
| Binary | 111011 | 11001011 | 100111 | 1000111 | 0 | 1010001 | 10100 | 1110001 | 1000100 | 101111 |
Color Harmonies of #3BCB27
Complementary color
Monochromatic Colors of #3BCB27
Black with #3BCB27
Text Example
Text Example
White with #3BCB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BCB27; }
p { color: rgb(59,203,39); }
H1.HeaderClassName
{
color: #3BCB27;
}
.AnyTagClassName
{
color: #3BCB27;
}
</style>
background-color css
<style>
a { background-color: #3BCB27; }
a { background-color: rgb(59,203,39); }
div.DivClassName
{
background-color: #3BCB27;
}
.BgClassName
{
background-color: #3BCB27;
}
</style>
border-color css
<style>
span { border-color: #3BCB27; }
span { border-color: rgb(59,203,39); }
td.TdClassName
{
border-color: #3BCB27;
}
.TagClassName
{
border-color: #3BCB27;
}
</style>