Shades of Lime Green #3BBD3E
Tints of Lime Green #3BBD3E
RGB
CMYK
RGB Variations
Color information
#3BBD3E (or 0x3BBD3E) is known color: Lime Green. HEX triplet: 3B, BD and 3E. RGB value is (59,189,62). Sum of RGB (Red+Green+Blue) = 59+189+62=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 189 (74.22% from 255 or 60.97% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBD3E is #C442C1. Grayscale: #888888. Windows color (decimal): -12862146 or 4111675. OLE color: 4111675.
HSL color Cylindrical-coordinate representation of color #3BBD3E: hue angle of 121.38º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBD3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 59 | 189 | 62 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.26 |
| HSL | 121.38º | 0.52% | 0.49% | - |
| HSV(B) | 121.38º | 0.69% | 0.74% | - |
| XYZ | 20.87 | 37.67 | 10.73 | - |
| YUV | 135.65 | 86.43 | 73.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 189 | 62 | 0.69 | 0 | 0.67 | 0.26 | 121.38 | 0.52 | 0.49 |
| Hex | 3B | BD | 3E | 45 | 0 | 43 | 1A | 79 | 34 | 31 |
| Octal | 73 | 275 | 76 | 105 | 0 | 103 | 32 | 171 | 64 | 61 |
| Binary | 111011 | 10111101 | 111110 | 1000101 | 0 | 1000011 | 11010 | 1111001 | 110100 | 110001 |
Color Harmonies of #3BBD3E
Complementary color
Monochromatic Colors of #3BBD3E
Black with #3BBD3E
Text Example
Text Example
White with #3BBD3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBD3E; }
p { color: rgb(59,189,62); }
H1.HeaderClassName
{
color: #3BBD3E;
}
.AnyTagClassName
{
color: #3BBD3E;
}
</style>
background-color css
<style>
a { background-color: #3BBD3E; }
a { background-color: rgb(59,189,62); }
div.DivClassName
{
background-color: #3BBD3E;
}
.BgClassName
{
background-color: #3BBD3E;
}
</style>
border-color css
<style>
span { border-color: #3BBD3E; }
span { border-color: rgb(59,189,62); }
td.TdClassName
{
border-color: #3BBD3E;
}
.TagClassName
{
border-color: #3BBD3E;
}
</style>