Shades of Lime Green #30DB25
Tints of Lime Green #30DB25
RGB
CMYK
RGB Variations
Color information
#30DB25 (or 0x30DB25) is known color: Lime Green. HEX triplet: 30, DB and 25. RGB value is (48,219,37). Sum of RGB (Red+Green+Blue) = 48+219+37=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 219 (85.94% from 255 or 72.04% from 304); Blue value is 37 (14.84% from 255 or 12.17% from 304); Max value from RGB is 219 - color contains mainly: green. Hex color #30DB25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DB25 is #CF24DA. Grayscale: #939393. Windows color (decimal): -13575387 or 2480944. OLE color: 2480944.
HSL color Cylindrical-coordinate representation of color #30DB25: hue angle of 116.37º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30DB25 is Cyan = 0.78, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 219 | 37 | - |
| CMYK | 0.78 | 0 | 0.83 | 0.14 |
| HSL | 116.37º | 0.72% | 0.5% | - |
| HSV(B) | 116.37º | 0.83% | 0.86% | - |
| XYZ | 26.88 | 51.42 | 10.26 | - |
| YUV | 147.12 | 65.85 | 57.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 219 | 37 | 0.78 | 0 | 0.83 | 0.14 | 116.37 | 0.72 | 0.5 |
| Hex | 30 | DB | 25 | 4E | 0 | 53 | E | 74 | 48 | 32 |
| Octal | 60 | 333 | 45 | 116 | 0 | 123 | 16 | 164 | 110 | 62 |
| Binary | 110000 | 11011011 | 100101 | 1001110 | 0 | 1010011 | 1110 | 1110100 | 1001000 | 110010 |
Color Harmonies of #30DB25
Complementary color
Monochromatic Colors of #30DB25
Black with #30DB25
Text Example
Text Example
White with #30DB25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DB25; }
p { color: rgb(48,219,37); }
H1.HeaderClassName
{
color: #30DB25;
}
.AnyTagClassName
{
color: #30DB25;
}
</style>
background-color css
<style>
a { background-color: #30DB25; }
a { background-color: rgb(48,219,37); }
div.DivClassName
{
background-color: #30DB25;
}
.BgClassName
{
background-color: #30DB25;
}
</style>
border-color css
<style>
span { border-color: #30DB25; }
span { border-color: rgb(48,219,37); }
td.TdClassName
{
border-color: #30DB25;
}
.TagClassName
{
border-color: #30DB25;
}
</style>