Shades of Lime Green #3AB52A
Tints of Lime Green #3AB52A
RGB
CMYK
RGB Variations
Color information
#3AB52A (or 0x3AB52A) is known color: Lime Green. HEX triplet: 3A, B5 and 2A. RGB value is (58,181,42). Sum of RGB (Red+Green+Blue) = 58+181+42=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 181 (71.09% from 255 or 64.41% from 281); Blue value is 42 (16.80% from 255 or 14.95% from 281); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB52A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB52A is #C54AD5. Grayscale: #808080. Windows color (decimal): -12929750 or 2798906. OLE color: 2798906.
HSL color Cylindrical-coordinate representation of color #3AB52A: hue angle of 113.09º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AB52A is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 181 | 42 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.29 |
| HSL | 113.09º | 0.62% | 0.44% | - |
| HSV(B) | 113.09º | 0.77% | 0.71% | - |
| XYZ | 18.69 | 34.11 | 7.79 | - |
| YUV | 128.38 | 79.25 | 77.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 42 | 0.68 | 0 | 0.77 | 0.29 | 113.09 | 0.62 | 0.44 |
| Hex | 3A | B5 | 2A | 44 | 0 | 4D | 1D | 71 | 3E | 2C |
| Octal | 72 | 265 | 52 | 104 | 0 | 115 | 35 | 161 | 76 | 54 |
| Binary | 111010 | 10110101 | 101010 | 1000100 | 0 | 1001101 | 11101 | 1110001 | 111110 | 101100 |
Color Harmonies of #3AB52A
Complementary color
Monochromatic Colors of #3AB52A
Black with #3AB52A
Text Example
Text Example
White with #3AB52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB52A; }
p { color: rgb(58,181,42); }
H1.HeaderClassName
{
color: #3AB52A;
}
.AnyTagClassName
{
color: #3AB52A;
}
</style>
background-color css
<style>
a { background-color: #3AB52A; }
a { background-color: rgb(58,181,42); }
div.DivClassName
{
background-color: #3AB52A;
}
.BgClassName
{
background-color: #3AB52A;
}
</style>
border-color css
<style>
span { border-color: #3AB52A; }
span { border-color: rgb(58,181,42); }
td.TdClassName
{
border-color: #3AB52A;
}
.TagClassName
{
border-color: #3AB52A;
}
</style>