Shades of Lime Green #30D039
Tints of Lime Green #30D039
RGB
CMYK
RGB Variations
Color information
#30D039 (or 0x30D039) is known color: Lime Green. HEX triplet: 30, D0 and 39. RGB value is (48,208,57). Sum of RGB (Red+Green+Blue) = 48+208+57=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 208 (81.64% from 255 or 66.45% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 208 - color contains mainly: green. Hex color #30D039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D039 is #CF2FC6. Grayscale: #8F8F8F. Windows color (decimal): -13578183 or 3788848. OLE color: 3788848.
HSL color Cylindrical-coordinate representation of color #30D039: hue angle of 123.38º 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 #30D039 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 57 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.18 |
| HSL | 123.38º | 0.63% | 0.5% | - |
| HSV(B) | 123.38º | 0.77% | 0.82% | - |
| XYZ | 24.51 | 46.04 | 11.46 | - |
| YUV | 142.95 | 79.49 | 60.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 57 | 0.77 | 0 | 0.73 | 0.18 | 123.38 | 0.63 | 0.5 |
| Hex | 30 | D0 | 39 | 4D | 0 | 49 | 12 | 7B | 3F | 32 |
| Octal | 60 | 320 | 71 | 115 | 0 | 111 | 22 | 173 | 77 | 62 |
| Binary | 110000 | 11010000 | 111001 | 1001101 | 0 | 1001001 | 10010 | 1111011 | 111111 | 110010 |
Color Harmonies of #30D039
Complementary color
Monochromatic Colors of #30D039
Black with #30D039
Text Example
Text Example
White with #30D039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D039; }
p { color: rgb(48,208,57); }
H1.HeaderClassName
{
color: #30D039;
}
.AnyTagClassName
{
color: #30D039;
}
</style>
background-color css
<style>
a { background-color: #30D039; }
a { background-color: rgb(48,208,57); }
div.DivClassName
{
background-color: #30D039;
}
.BgClassName
{
background-color: #30D039;
}
</style>
border-color css
<style>
span { border-color: #30D039; }
span { border-color: rgb(48,208,57); }
td.TdClassName
{
border-color: #30D039;
}
.TagClassName
{
border-color: #30D039;
}
</style>