Shades of Lime Green #30BD24
Tints of Lime Green #30BD24
RGB
CMYK
RGB Variations
Color information
#30BD24 (or 0x30BD24) is known color: Lime Green. HEX triplet: 30, BD and 24. RGB value is (48,189,36). Sum of RGB (Red+Green+Blue) = 48+189+36=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 189 (74.22% from 255 or 69.23% from 273); Blue value is 36 (14.45% from 255 or 13.19% from 273); Max value from RGB is 189 - color contains mainly: green. Hex color #30BD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30BD24 is #CF42DB. Grayscale: #818181. Windows color (decimal): -13583068 or 2407728. OLE color: 2407728.
HSL color Cylindrical-coordinate representation of color #30BD24: hue angle of 115.29º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30BD24 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 189 | 36 | - |
| CMYK | 0.75 | 0 | 0.81 | 0.26 |
| HSL | 115.29º | 0.68% | 0.44% | - |
| HSV(B) | 115.29º | 0.81% | 0.74% | - |
| XYZ | 19.73 | 37.15 | 7.8 | - |
| YUV | 129.4 | 75.29 | 69.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 189 | 36 | 0.75 | 0 | 0.81 | 0.26 | 115.29 | 0.68 | 0.44 |
| Hex | 30 | BD | 24 | 4B | 0 | 51 | 1A | 73 | 44 | 2C |
| Octal | 60 | 275 | 44 | 113 | 0 | 121 | 32 | 163 | 104 | 54 |
| Binary | 110000 | 10111101 | 100100 | 1001011 | 0 | 1010001 | 11010 | 1110011 | 1000100 | 101100 |
Color Harmonies of #30BD24
Complementary color
Monochromatic Colors of #30BD24
Black with #30BD24
Text Example
Text Example
White with #30BD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30BD24; }
p { color: rgb(48,189,36); }
H1.HeaderClassName
{
color: #30BD24;
}
.AnyTagClassName
{
color: #30BD24;
}
</style>
background-color css
<style>
a { background-color: #30BD24; }
a { background-color: rgb(48,189,36); }
div.DivClassName
{
background-color: #30BD24;
}
.BgClassName
{
background-color: #30BD24;
}
</style>
border-color css
<style>
span { border-color: #30BD24; }
span { border-color: rgb(48,189,36); }
td.TdClassName
{
border-color: #30BD24;
}
.TagClassName
{
border-color: #30BD24;
}
</style>