Shades of Lime Green #3ABB41
Tints of Lime Green #3ABB41
RGB
CMYK
RGB Variations
Color information
#3ABB41 (or 0x3ABB41) is known color: Lime Green. HEX triplet: 3A, BB and 41. RGB value is (58,187,65). Sum of RGB (Red+Green+Blue) = 58+187+65=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 187 (73.44% from 255 or 60.32% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABB41 is #C544BE. Grayscale: #868686. Windows color (decimal): -12928191 or 4307770. OLE color: 4307770.
HSL color Cylindrical-coordinate representation of color #3ABB41: hue angle of 123.26º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3ABB41 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 65 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.27 |
| HSL | 123.26º | 0.53% | 0.48% | - |
| HSV(B) | 123.26º | 0.69% | 0.73% | - |
| XYZ | 20.47 | 36.82 | 11.03 | - |
| YUV | 134.52 | 88.76 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 65 | 0.69 | 0 | 0.65 | 0.27 | 123.26 | 0.53 | 0.48 |
| Hex | 3A | BB | 41 | 45 | 0 | 41 | 1B | 7B | 35 | 30 |
| Octal | 72 | 273 | 101 | 105 | 0 | 101 | 33 | 173 | 65 | 60 |
| Binary | 111010 | 10111011 | 1000001 | 1000101 | 0 | 1000001 | 11011 | 1111011 | 110101 | 110000 |
Color Harmonies of #3ABB41
Complementary color
Monochromatic Colors of #3ABB41
Black with #3ABB41
Text Example
Text Example
White with #3ABB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABB41; }
p { color: rgb(58,187,65); }
H1.HeaderClassName
{
color: #3ABB41;
}
.AnyTagClassName
{
color: #3ABB41;
}
</style>
background-color css
<style>
a { background-color: #3ABB41; }
a { background-color: rgb(58,187,65); }
div.DivClassName
{
background-color: #3ABB41;
}
.BgClassName
{
background-color: #3ABB41;
}
</style>
border-color css
<style>
span { border-color: #3ABB41; }
span { border-color: rgb(58,187,65); }
td.TdClassName
{
border-color: #3ABB41;
}
.TagClassName
{
border-color: #3ABB41;
}
</style>