Shades of Lime Green #3BBC27
Tints of Lime Green #3BBC27
RGB
CMYK
RGB Variations
Color information
#3BBC27 (or 0x3BBC27) is known color: Lime Green. HEX triplet: 3B, BC and 27. RGB value is (59,188,39). Sum of RGB (Red+Green+Blue) = 59+188+39=286 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.63% from 286); Green value is 188 (73.83% from 255 or 65.73% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 188 - color contains mainly: green. Hex color #3BBC27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBC27 is #C443D8. Grayscale: #848484. Windows color (decimal): -12862425 or 2604091. OLE color: 2604091.
HSL color Cylindrical-coordinate representation of color #3BBC27: hue angle of 111.95º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3BBC27 is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 188 | 39 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.26 |
| HSL | 111.95º | 0.66% | 0.45% | - |
| HSV(B) | 111.95º | 0.79% | 0.74% | - |
| XYZ | 20.15 | 37.04 | 8.01 | - |
| YUV | 132.44 | 75.26 | 75.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 188 | 39 | 0.69 | 0 | 0.79 | 0.26 | 111.95 | 0.66 | 0.45 |
| Hex | 3B | BC | 27 | 45 | 0 | 4F | 1A | 70 | 42 | 2D |
| Octal | 73 | 274 | 47 | 105 | 0 | 117 | 32 | 160 | 102 | 55 |
| Binary | 111011 | 10111100 | 100111 | 1000101 | 0 | 1001111 | 11010 | 1110000 | 1000010 | 101101 |
Color Harmonies of #3BBC27
Complementary color
Monochromatic Colors of #3BBC27
Black with #3BBC27
Text Example
Text Example
White with #3BBC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBC27; }
p { color: rgb(59,188,39); }
H1.HeaderClassName
{
color: #3BBC27;
}
.AnyTagClassName
{
color: #3BBC27;
}
</style>
background-color css
<style>
a { background-color: #3BBC27; }
a { background-color: rgb(59,188,39); }
div.DivClassName
{
background-color: #3BBC27;
}
.BgClassName
{
background-color: #3BBC27;
}
</style>
border-color css
<style>
span { border-color: #3BBC27; }
span { border-color: rgb(59,188,39); }
td.TdClassName
{
border-color: #3BBC27;
}
.TagClassName
{
border-color: #3BBC27;
}
</style>