Shades of Lime Green #3ABB2D
Tints of Lime Green #3ABB2D
RGB
CMYK
RGB Variations
Color information
#3ABB2D (or 0x3ABB2D) is known color: Lime Green. HEX triplet: 3A, BB and 2D. RGB value is (58,187,45). Sum of RGB (Red+Green+Blue) = 58+187+45=290 (38% of max value = 765). Red value is 58 (23.05% from 255 or 20% from 290); Green value is 187 (73.44% from 255 or 64.48% from 290); Blue value is 45 (17.97% from 255 or 15.52% from 290); Max value from RGB is 187 - color contains mainly: green. Hex color #3ABB2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3ABB2D is #C544D2. Grayscale: #848484. Windows color (decimal): -12928211 or 2997050. OLE color: 2997050.
HSL color Cylindrical-coordinate representation of color #3ABB2D: hue angle of 114.51º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3ABB2D is Cyan = 0.69, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 187 | 45 | - |
| CMYK | 0.69 | 0 | 0.76 | 0.27 |
| HSL | 114.51º | 0.61% | 0.45% | - |
| HSV(B) | 114.51º | 0.76% | 0.73% | - |
| XYZ | 19.99 | 36.63 | 8.5 | - |
| YUV | 132.24 | 78.76 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 187 | 45 | 0.69 | 0 | 0.76 | 0.27 | 114.51 | 0.61 | 0.45 |
| Hex | 3A | BB | 2D | 45 | 0 | 4C | 1B | 73 | 3D | 2D |
| Octal | 72 | 273 | 55 | 105 | 0 | 114 | 33 | 163 | 75 | 55 |
| Binary | 111010 | 10111011 | 101101 | 1000101 | 0 | 1001100 | 11011 | 1110011 | 111101 | 101101 |
Color Harmonies of #3ABB2D
Complementary color
Monochromatic Colors of #3ABB2D
Black with #3ABB2D
Text Example
Text Example
White with #3ABB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3ABB2D; }
p { color: rgb(58,187,45); }
H1.HeaderClassName
{
color: #3ABB2D;
}
.AnyTagClassName
{
color: #3ABB2D;
}
</style>
background-color css
<style>
a { background-color: #3ABB2D; }
a { background-color: rgb(58,187,45); }
div.DivClassName
{
background-color: #3ABB2D;
}
.BgClassName
{
background-color: #3ABB2D;
}
</style>
border-color css
<style>
span { border-color: #3ABB2D; }
span { border-color: rgb(58,187,45); }
td.TdClassName
{
border-color: #3ABB2D;
}
.TagClassName
{
border-color: #3ABB2D;
}
</style>