Shades of Lime Green #3BAE31
Tints of Lime Green #3BAE31
RGB
CMYK
RGB Variations
Color information
#3BAE31 (or 0x3BAE31) is known color: Lime Green. HEX triplet: 3B, AE and 31. RGB value is (59,174,49). Sum of RGB (Red+Green+Blue) = 59+174+49=282 (37% of max value = 765). Red value is 59 (23.44% from 255 or 20.92% from 282); Green value is 174 (68.36% from 255 or 61.70% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE31 is #C451CE. Grayscale: #7D7D7D. Windows color (decimal): -12865999 or 3255867. OLE color: 3255867.
HSL color Cylindrical-coordinate representation of color #3BAE31: hue angle of 115.2º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3BAE31 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 49 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.32 |
| HSL | 115.2º | 0.56% | 0.44% | - |
| HSV(B) | 115.2º | 0.72% | 0.68% | - |
| XYZ | 17.49 | 31.42 | 8.05 | - |
| YUV | 125.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 49 | 0.66 | 0 | 0.72 | 0.32 | 115.2 | 0.56 | 0.44 |
| Hex | 3B | AE | 31 | 42 | 0 | 48 | 20 | 73 | 38 | 2C |
| Octal | 73 | 256 | 61 | 102 | 0 | 110 | 40 | 163 | 70 | 54 |
| Binary | 111011 | 10101110 | 110001 | 1000010 | 0 | 1001000 | 100000 | 1110011 | 111000 | 101100 |
Color Harmonies of #3BAE31
Complementary color
Monochromatic Colors of #3BAE31
Black with #3BAE31
Text Example
Text Example
White with #3BAE31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE31; }
p { color: rgb(59,174,49); }
H1.HeaderClassName
{
color: #3BAE31;
}
.AnyTagClassName
{
color: #3BAE31;
}
</style>
background-color css
<style>
a { background-color: #3BAE31; }
a { background-color: rgb(59,174,49); }
div.DivClassName
{
background-color: #3BAE31;
}
.BgClassName
{
background-color: #3BAE31;
}
</style>
border-color css
<style>
span { border-color: #3BAE31; }
span { border-color: rgb(59,174,49); }
td.TdClassName
{
border-color: #3BAE31;
}
.TagClassName
{
border-color: #3BAE31;
}
</style>