Shades of Lime Green #3BBE3E
Tints of Lime Green #3BBE3E
RGB
CMYK
RGB Variations
Color information
#3BBE3E (or 0x3BBE3E) is known color: Lime Green. HEX triplet: 3B, BE and 3E. RGB value is (59,190,62). Sum of RGB (Red+Green+Blue) = 59+190+62=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 190 (74.61% from 255 or 61.09% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 190 - color contains mainly: green. Hex color #3BBE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3BBE3E is #C441C1. Grayscale: #888888. Windows color (decimal): -12861890 or 4111931. OLE color: 4111931.
HSL color Cylindrical-coordinate representation of color #3BBE3E: hue angle of 121.37º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3BBE3E is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 59 | 190 | 62 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.25 |
| HSL | 121.37º | 0.53% | 0.49% | - |
| HSV(B) | 121.37º | 0.69% | 0.75% | - |
| XYZ | 21.09 | 38.1 | 10.8 | - |
| YUV | 136.24 | 86.1 | 72.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 190 | 62 | 0.69 | 0 | 0.67 | 0.25 | 121.37 | 0.53 | 0.49 |
| Hex | 3B | BE | 3E | 45 | 0 | 43 | 19 | 79 | 35 | 31 |
| Octal | 73 | 276 | 76 | 105 | 0 | 103 | 31 | 171 | 65 | 61 |
| Binary | 111011 | 10111110 | 111110 | 1000101 | 0 | 1000011 | 11001 | 1111001 | 110101 | 110001 |
Color Harmonies of #3BBE3E
Complementary color
Monochromatic Colors of #3BBE3E
Black with #3BBE3E
Text Example
Text Example
White with #3BBE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BBE3E; }
p { color: rgb(59,190,62); }
H1.HeaderClassName
{
color: #3BBE3E;
}
.AnyTagClassName
{
color: #3BBE3E;
}
</style>
background-color css
<style>
a { background-color: #3BBE3E; }
a { background-color: rgb(59,190,62); }
div.DivClassName
{
background-color: #3BBE3E;
}
.BgClassName
{
background-color: #3BBE3E;
}
</style>
border-color css
<style>
span { border-color: #3BBE3E; }
span { border-color: rgb(59,190,62); }
td.TdClassName
{
border-color: #3BBE3E;
}
.TagClassName
{
border-color: #3BBE3E;
}
</style>