Shades of Lime Green #30DD37
Tints of Lime Green #30DD37
RGB
CMYK
RGB Variations
Color information
#30DD37 (or 0x30DD37) is known color: Lime Green. HEX triplet: 30, DD and 37. RGB value is (48,221,55). Sum of RGB (Red+Green+Blue) = 48+221+55=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 221 (86.72% from 255 or 68.21% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 221 - color contains mainly: green. Hex color #30DD37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DD37 is #CF22C8. Grayscale: #969696. Windows color (decimal): -13574857 or 3661104. OLE color: 3661104.
HSL color Cylindrical-coordinate representation of color #30DD37: hue angle of 122.43º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DD37 is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 48 | 221 | 55 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.13 |
| HSL | 122.43º | 0.72% | 0.53% | - |
| HSV(B) | 122.43º | 0.78% | 0.87% | - |
| XYZ | 27.76 | 52.62 | 12.31 | - |
| YUV | 150.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 221 | 55 | 0.78 | 0 | 0.75 | 0.13 | 122.43 | 0.72 | 0.53 |
| Hex | 30 | DD | 37 | 4E | 0 | 4B | D | 7A | 48 | 35 |
| Octal | 60 | 335 | 67 | 116 | 0 | 113 | 15 | 172 | 110 | 65 |
| Binary | 110000 | 11011101 | 110111 | 1001110 | 0 | 1001011 | 1101 | 1111010 | 1001000 | 110101 |
Color Harmonies of #30DD37
Complementary color
Monochromatic Colors of #30DD37
Black with #30DD37
Text Example
Text Example
White with #30DD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DD37; }
p { color: rgb(48,221,55); }
H1.HeaderClassName
{
color: #30DD37;
}
.AnyTagClassName
{
color: #30DD37;
}
</style>
background-color css
<style>
a { background-color: #30DD37; }
a { background-color: rgb(48,221,55); }
div.DivClassName
{
background-color: #30DD37;
}
.BgClassName
{
background-color: #30DD37;
}
</style>
border-color css
<style>
span { border-color: #30DD37; }
span { border-color: rgb(48,221,55); }
td.TdClassName
{
border-color: #30DD37;
}
.TagClassName
{
border-color: #30DD37;
}
</style>