Shades of Lime Green #3ABB42
Tints of Lime Green #3ABB42
RGB
CMYK
RGB Variations
Color information
#3ABB42 (or 0x3ABB42) is known color: Lime Green. HEX triplet: 3A, BB and 42. RGB value is (58,187,66). Sum of RGB (Red+Green+Blue) = 58+187+66=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABB42 is #C544BD. Grayscale: #868686. Windows color (decimal): -12928190 or 4373306. OLE color: 4373306.
HSL color Cylindrical-coordinate representation of color #3ABB42: hue angle of 123.72º 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 #3ABB42 is Cyan = 0.69, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 66 | - |
| CMYK | 0.69 | 0 | 0.65 | 0.27 |
| HSL | 123.72º | 0.53% | 0.48% | - |
| HSV(B) | 123.72º | 0.69% | 0.73% | - |
| XYZ | 20.5 | 36.83 | 11.18 | - |
| YUV | 134.64 | 89.26 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 66 | 0.69 | 0 | 0.65 | 0.27 | 123.72 | 0.53 | 0.48 |
| Hex | 3A | BB | 42 | 45 | 0 | 41 | 1B | 7C | 35 | 30 |
| Octal | 72 | 273 | 102 | 105 | 0 | 101 | 33 | 174 | 65 | 60 |
| Binary | 111010 | 10111011 | 1000010 | 1000101 | 0 | 1000001 | 11011 | 1111100 | 110101 | 110000 |
Color Harmonies of #3ABB42
Complementary color
Monochromatic Colors of #3ABB42
Black with #3ABB42
Text Example
Text Example
White with #3ABB42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABB42; }
p { color: rgb(58,187,66); }
H1.HeaderClassName
{
color: #3ABB42;
}
.AnyTagClassName
{
color: #3ABB42;
}
</style>
background-color css
<style>
a { background-color: #3ABB42; }
a { background-color: rgb(58,187,66); }
div.DivClassName
{
background-color: #3ABB42;
}
.BgClassName
{
background-color: #3ABB42;
}
</style>
border-color css
<style>
span { border-color: #3ABB42; }
span { border-color: rgb(58,187,66); }
td.TdClassName
{
border-color: #3ABB42;
}
.TagClassName
{
border-color: #3ABB42;
}
</style>