Shades of Lime Green #3AB92A
Tints of Lime Green #3AB92A
RGB
CMYK
RGB Variations
Color information
#3AB92A (or 0x3AB92A) is known color: Lime Green. HEX triplet: 3A, B9 and 2A. RGB value is (58,185,42). Sum of RGB (Red+Green+Blue) = 58+185+42=285 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.35% from 285); Green value is 185 (72.66% from 255 or 64.91% from 285); Blue value is 42 (16.80% from 255 or 14.74% from 285); Max value from RGB is 185 - color contains mainly: green. Hex color #3AB92A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB92A is #C546D5. Grayscale: #838383. Windows color (decimal): -12928726 or 2799930. OLE color: 2799930.
HSL color Cylindrical-coordinate representation of color #3AB92A: hue angle of 113.29º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB92A is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 58 | 185 | 42 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.27 |
| HSL | 113.29º | 0.63% | 0.45% | - |
| HSV(B) | 113.29º | 0.77% | 0.73% | - |
| XYZ | 19.51 | 35.76 | 8.07 | - |
| YUV | 130.73 | 77.92 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 185 | 42 | 0.69 | 0 | 0.77 | 0.27 | 113.29 | 0.63 | 0.45 |
| Hex | 3A | B9 | 2A | 45 | 0 | 4D | 1B | 71 | 3F | 2D |
| Octal | 72 | 271 | 52 | 105 | 0 | 115 | 33 | 161 | 77 | 55 |
| Binary | 111010 | 10111001 | 101010 | 1000101 | 0 | 1001101 | 11011 | 1110001 | 111111 | 101101 |
Color Harmonies of #3AB92A
Complementary color
Monochromatic Colors of #3AB92A
Black with #3AB92A
Text Example
Text Example
White with #3AB92A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB92A; }
p { color: rgb(58,185,42); }
H1.HeaderClassName
{
color: #3AB92A;
}
.AnyTagClassName
{
color: #3AB92A;
}
</style>
background-color css
<style>
a { background-color: #3AB92A; }
a { background-color: rgb(58,185,42); }
div.DivClassName
{
background-color: #3AB92A;
}
.BgClassName
{
background-color: #3AB92A;
}
</style>
border-color css
<style>
span { border-color: #3AB92A; }
span { border-color: rgb(58,185,42); }
td.TdClassName
{
border-color: #3AB92A;
}
.TagClassName
{
border-color: #3AB92A;
}
</style>