Shades of Lime Green #3BAE30
Tints of Lime Green #3BAE30
RGB
CMYK
RGB Variations
Color information
#3BAE30 (or 0x3BAE30) is known color: Lime Green. HEX triplet: 3B, AE and 30. RGB value is (59,174,48). Sum of RGB (Red+Green+Blue) = 59+174+48=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 174 (68.36% from 255 or 61.92% from 281); Blue value is 48 (19.14% from 255 or 17.08% from 281); Max value from RGB is 174 - color contains mainly: green. Hex color #3BAE30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3BAE30 is #C451CF. Grayscale: #7D7D7D. Windows color (decimal): -12866000 or 3190331. OLE color: 3190331.
HSL color Cylindrical-coordinate representation of color #3BAE30: hue angle of 114.76º degrees, saturation: 0.57, 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 #3BAE30 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 59 | 174 | 48 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.32 |
| HSL | 114.76º | 0.57% | 0.44% | - |
| HSV(B) | 114.76º | 0.72% | 0.68% | - |
| XYZ | 17.47 | 31.42 | 7.94 | - |
| YUV | 125.25 | 84.4 | 80.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 174 | 48 | 0.66 | 0 | 0.72 | 0.32 | 114.76 | 0.57 | 0.44 |
| Hex | 3B | AE | 30 | 42 | 0 | 48 | 20 | 73 | 39 | 2C |
| Octal | 73 | 256 | 60 | 102 | 0 | 110 | 40 | 163 | 71 | 54 |
| Binary | 111011 | 10101110 | 110000 | 1000010 | 0 | 1001000 | 100000 | 1110011 | 111001 | 101100 |
Color Harmonies of #3BAE30
Complementary color
Monochromatic Colors of #3BAE30
Black with #3BAE30
Text Example
Text Example
White with #3BAE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAE30; }
p { color: rgb(59,174,48); }
H1.HeaderClassName
{
color: #3BAE30;
}
.AnyTagClassName
{
color: #3BAE30;
}
</style>
background-color css
<style>
a { background-color: #3BAE30; }
a { background-color: rgb(59,174,48); }
div.DivClassName
{
background-color: #3BAE30;
}
.BgClassName
{
background-color: #3BAE30;
}
</style>
border-color css
<style>
span { border-color: #3BAE30; }
span { border-color: rgb(59,174,48); }
td.TdClassName
{
border-color: #3BAE30;
}
.TagClassName
{
border-color: #3BAE30;
}
</style>