Shades of Lime Green #3AAD30
Tints of Lime Green #3AAD30
RGB
CMYK
RGB Variations
Color information
#3AAD30 (or 0x3AAD30) is known color: Lime Green. HEX triplet: 3A, AD and 30. RGB value is (58,173,48). Sum of RGB (Red+Green+Blue) = 58+173+48=279 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.79% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3AAD30 is #C552CF. Grayscale: #7C7C7C. Windows color (decimal): -12931792 or 3190074. OLE color: 3190074.
HSL color Cylindrical-coordinate representation of color #3AAD30: hue angle of 115.2º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3AAD30 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 48 | - |
| CMYK | 0.66 | 0 | 0.72 | 0.32 |
| HSL | 115.2º | 0.57% | 0.43% | - |
| HSV(B) | 115.2º | 0.72% | 0.68% | - |
| XYZ | 17.22 | 31 | 7.87 | - |
| YUV | 124.37 | 84.9 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 48 | 0.66 | 0 | 0.72 | 0.32 | 115.2 | 0.57 | 0.43 |
| Hex | 3A | AD | 30 | 42 | 0 | 48 | 20 | 73 | 39 | 2B |
| Octal | 72 | 255 | 60 | 102 | 0 | 110 | 40 | 163 | 71 | 53 |
| Binary | 111010 | 10101101 | 110000 | 1000010 | 0 | 1001000 | 100000 | 1110011 | 111001 | 101011 |
Color Harmonies of #3AAD30
Complementary color
Monochromatic Colors of #3AAD30
Black with #3AAD30
Text Example
Text Example
White with #3AAD30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD30; }
p { color: rgb(58,173,48); }
H1.HeaderClassName
{
color: #3AAD30;
}
.AnyTagClassName
{
color: #3AAD30;
}
</style>
background-color css
<style>
a { background-color: #3AAD30; }
a { background-color: rgb(58,173,48); }
div.DivClassName
{
background-color: #3AAD30;
}
.BgClassName
{
background-color: #3AAD30;
}
</style>
border-color css
<style>
span { border-color: #3AAD30; }
span { border-color: rgb(58,173,48); }
td.TdClassName
{
border-color: #3AAD30;
}
.TagClassName
{
border-color: #3AAD30;
}
</style>