Shades of Lime Green #30D040
Tints of Lime Green #30D040
RGB
CMYK
RGB Variations
Color information
#30D040 (or 0x30D040) is known color: Lime Green. HEX triplet: 30, D0 and 40. RGB value is (48,208,64). Sum of RGB (Red+Green+Blue) = 48+208+64=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 208 (81.64% from 255 or 65% from 320); Blue value is 64 (25.39% from 255 or 20% from 320); Max value from RGB is 208 - color contains mainly: green. Hex color #30D040 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D040 is #CF2FBF. Grayscale: #909090. Windows color (decimal): -13578176 or 4247600. OLE color: 4247600.
HSL color Cylindrical-coordinate representation of color #30D040: hue angle of 126º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D040 is Cyan = 0.77, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 64 | - |
| CMYK | 0.77 | 0 | 0.69 | 0.18 |
| HSL | 126º | 0.63% | 0.5% | - |
| HSV(B) | 126º | 0.77% | 0.82% | - |
| XYZ | 24.7 | 46.11 | 12.45 | - |
| YUV | 143.74 | 82.99 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 64 | 0.77 | 0 | 0.69 | 0.18 | 126 | 0.63 | 0.5 |
| Hex | 30 | D0 | 40 | 4D | 0 | 45 | 12 | 7E | 3F | 32 |
| Octal | 60 | 320 | 100 | 115 | 0 | 105 | 22 | 176 | 77 | 62 |
| Binary | 110000 | 11010000 | 1000000 | 1001101 | 0 | 1000101 | 10010 | 1111110 | 111111 | 110010 |
Color Harmonies of #30D040
Complementary color
Monochromatic Colors of #30D040
Black with #30D040
Text Example
Text Example
White with #30D040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D040; }
p { color: rgb(48,208,64); }
H1.HeaderClassName
{
color: #30D040;
}
.AnyTagClassName
{
color: #30D040;
}
</style>
background-color css
<style>
a { background-color: #30D040; }
a { background-color: rgb(48,208,64); }
div.DivClassName
{
background-color: #30D040;
}
.BgClassName
{
background-color: #30D040;
}
</style>
border-color css
<style>
span { border-color: #30D040; }
span { border-color: rgb(48,208,64); }
td.TdClassName
{
border-color: #30D040;
}
.TagClassName
{
border-color: #30D040;
}
</style>