Shades of Lime Green #30DE24
Tints of Lime Green #30DE24
RGB
CMYK
RGB Variations
Color information
#30DE24 (or 0x30DE24) is known color: Lime Green. HEX triplet: 30, DE and 24. RGB value is (48,222,36). Sum of RGB (Red+Green+Blue) = 48+222+36=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 222 (87.11% from 255 or 72.55% from 306); Blue value is 36 (14.45% from 255 or 11.76% from 306); Max value from RGB is 222 - color contains mainly: green. Hex color #30DE24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DE24 is #CF21DB. Grayscale: #959595. Windows color (decimal): -13574620 or 2416176. OLE color: 2416176.
HSL color Cylindrical-coordinate representation of color #30DE24: hue angle of 116.13º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30DE24 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 222 | 36 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.13 |
| HSL | 116.13º | 0.74% | 0.51% | - |
| HSV(B) | 116.13º | 0.84% | 0.87% | - |
| XYZ | 27.66 | 53 | 10.44 | - |
| YUV | 148.77 | 64.35 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 222 | 36 | 0.78 | 0 | 0.84 | 0.13 | 116.13 | 0.74 | 0.51 |
| Hex | 30 | DE | 24 | 4E | 0 | 54 | D | 74 | 4A | 33 |
| Octal | 60 | 336 | 44 | 116 | 0 | 124 | 15 | 164 | 112 | 63 |
| Binary | 110000 | 11011110 | 100100 | 1001110 | 0 | 1010100 | 1101 | 1110100 | 1001010 | 110011 |
Color Harmonies of #30DE24
Complementary color
Monochromatic Colors of #30DE24
Black with #30DE24
Text Example
Text Example
White with #30DE24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DE24; }
p { color: rgb(48,222,36); }
H1.HeaderClassName
{
color: #30DE24;
}
.AnyTagClassName
{
color: #30DE24;
}
</style>
background-color css
<style>
a { background-color: #30DE24; }
a { background-color: rgb(48,222,36); }
div.DivClassName
{
background-color: #30DE24;
}
.BgClassName
{
background-color: #30DE24;
}
</style>
border-color css
<style>
span { border-color: #30DE24; }
span { border-color: rgb(48,222,36); }
td.TdClassName
{
border-color: #30DE24;
}
.TagClassName
{
border-color: #30DE24;
}
</style>