Shades of Lime Green #30AD3A
Tints of Lime Green #30AD3A
RGB
CMYK
RGB Variations
Color information
#30AD3A (or 0x30AD3A) is known color: Lime Green. HEX triplet: 30, AD and 3A. RGB value is (48,173,58). Sum of RGB (Red+Green+Blue) = 48+173+58=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 173 (67.97% from 255 or 62.01% from 279); Blue value is 58 (23.05% from 255 or 20.79% from 279); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AD3A is #CF52C5. Grayscale: #7A7A7A. Windows color (decimal): -13587142 or 3845424. OLE color: 3845424.
HSL color Cylindrical-coordinate representation of color #30AD3A: hue angle of 124.8º 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 #30AD3A is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 58 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.32 |
| HSL | 124.8º | 0.57% | 0.43% | - |
| HSV(B) | 124.8º | 0.72% | 0.68% | - |
| XYZ | 16.93 | 30.82 | 9.06 | - |
| YUV | 122.52 | 91.59 | 74.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 58 | 0.72 | 0 | 0.66 | 0.32 | 124.8 | 0.57 | 0.43 |
| Hex | 30 | AD | 3A | 48 | 0 | 42 | 20 | 7D | 39 | 2B |
| Octal | 60 | 255 | 72 | 110 | 0 | 102 | 40 | 175 | 71 | 53 |
| Binary | 110000 | 10101101 | 111010 | 1001000 | 0 | 1000010 | 100000 | 1111101 | 111001 | 101011 |
Color Harmonies of #30AD3A
Complementary color
Monochromatic Colors of #30AD3A
Black with #30AD3A
Text Example
Text Example
White with #30AD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD3A; }
p { color: rgb(48,173,58); }
H1.HeaderClassName
{
color: #30AD3A;
}
.AnyTagClassName
{
color: #30AD3A;
}
</style>
background-color css
<style>
a { background-color: #30AD3A; }
a { background-color: rgb(48,173,58); }
div.DivClassName
{
background-color: #30AD3A;
}
.BgClassName
{
background-color: #30AD3A;
}
</style>
border-color css
<style>
span { border-color: #30AD3A; }
span { border-color: rgb(48,173,58); }
td.TdClassName
{
border-color: #30AD3A;
}
.TagClassName
{
border-color: #30AD3A;
}
</style>