Shades of Lime Green #30AD27
Tints of Lime Green #30AD27
RGB
CMYK
RGB Variations
Color information
#30AD27 (or 0x30AD27) is known color: Lime Green. HEX triplet: 30, AD and 27. RGB value is (48,173,39). Sum of RGB (Red+Green+Blue) = 48+173+39=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 173 (67.97% from 255 or 66.54% from 260); Blue value is 39 (15.62% from 255 or 15% from 260); Max value from RGB is 173 - color contains mainly: green. Hex color #30AD27 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30AD27 is #CF52D8. Grayscale: #787878. Windows color (decimal): -13587161 or 2600240. OLE color: 2600240.
HSL color Cylindrical-coordinate representation of color #30AD27: hue angle of 115.97º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30AD27 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 48 | 173 | 39 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.32 |
| HSL | 115.97º | 0.63% | 0.42% | - |
| HSV(B) | 115.97º | 0.77% | 0.68% | - |
| XYZ | 16.53 | 30.66 | 6.97 | - |
| YUV | 120.35 | 82.09 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 173 | 39 | 0.72 | 0 | 0.77 | 0.32 | 115.97 | 0.63 | 0.42 |
| Hex | 30 | AD | 27 | 48 | 0 | 4D | 20 | 74 | 3F | 2A |
| Octal | 60 | 255 | 47 | 110 | 0 | 115 | 40 | 164 | 77 | 52 |
| Binary | 110000 | 10101101 | 100111 | 1001000 | 0 | 1001101 | 100000 | 1110100 | 111111 | 101010 |
Color Harmonies of #30AD27
Complementary color
Monochromatic Colors of #30AD27
Black with #30AD27
Text Example
Text Example
White with #30AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30AD27; }
p { color: rgb(48,173,39); }
H1.HeaderClassName
{
color: #30AD27;
}
.AnyTagClassName
{
color: #30AD27;
}
</style>
background-color css
<style>
a { background-color: #30AD27; }
a { background-color: rgb(48,173,39); }
div.DivClassName
{
background-color: #30AD27;
}
.BgClassName
{
background-color: #30AD27;
}
</style>
border-color css
<style>
span { border-color: #30AD27; }
span { border-color: rgb(48,173,39); }
td.TdClassName
{
border-color: #30AD27;
}
.TagClassName
{
border-color: #30AD27;
}
</style>