Shades of Lime Green #3AB528
Tints of Lime Green #3AB528
RGB
CMYK
RGB Variations
Color information
#3AB528 (or 0x3AB528) is known color: Lime Green. HEX triplet: 3A, B5 and 28. RGB value is (58,181,40). Sum of RGB (Red+Green+Blue) = 58+181+40=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 181 (71.09% from 255 or 64.87% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 181 - color contains mainly: green. Hex color #3AB528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3AB528 is #C54AD7. Grayscale: #808080. Windows color (decimal): -12929752 or 2667834. OLE color: 2667834.
HSL color Cylindrical-coordinate representation of color #3AB528: hue angle of 112.34º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3AB528 is Cyan = 0.68, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 181 | 40 | - |
| CMYK | 0.68 | 0 | 0.78 | 0.29 |
| HSL | 112.34º | 0.64% | 0.43% | - |
| HSV(B) | 112.34º | 0.78% | 0.71% | - |
| XYZ | 18.65 | 34.1 | 7.61 | - |
| YUV | 128.15 | 78.25 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 181 | 40 | 0.68 | 0 | 0.78 | 0.29 | 112.34 | 0.64 | 0.43 |
| Hex | 3A | B5 | 28 | 44 | 0 | 4E | 1D | 70 | 40 | 2B |
| Octal | 72 | 265 | 50 | 104 | 0 | 116 | 35 | 160 | 100 | 53 |
| Binary | 111010 | 10110101 | 101000 | 1000100 | 0 | 1001110 | 11101 | 1110000 | 1000000 | 101011 |
Color Harmonies of #3AB528
Complementary color
Monochromatic Colors of #3AB528
Black with #3AB528
Text Example
Text Example
White with #3AB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB528; }
p { color: rgb(58,181,40); }
H1.HeaderClassName
{
color: #3AB528;
}
.AnyTagClassName
{
color: #3AB528;
}
</style>
background-color css
<style>
a { background-color: #3AB528; }
a { background-color: rgb(58,181,40); }
div.DivClassName
{
background-color: #3AB528;
}
.BgClassName
{
background-color: #3AB528;
}
</style>
border-color css
<style>
span { border-color: #3AB528; }
span { border-color: rgb(58,181,40); }
td.TdClassName
{
border-color: #3AB528;
}
.TagClassName
{
border-color: #3AB528;
}
</style>