Shades of Lime Green #30D439
Tints of Lime Green #30D439
RGB
CMYK
RGB Variations
Color information
#30D439 (or 0x30D439) is known color: Lime Green. HEX triplet: 30, D4 and 39. RGB value is (48,212,57). Sum of RGB (Red+Green+Blue) = 48+212+57=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 212 (83.20% from 255 or 66.88% from 317); Blue value is 57 (22.66% from 255 or 17.98% from 317); Max value from RGB is 212 - color contains mainly: green. Hex color #30D439 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D439 is #CF2BC6. Grayscale: #919191. Windows color (decimal): -13577159 or 3789872. OLE color: 3789872.
HSL color Cylindrical-coordinate representation of color #30D439: hue angle of 123.29º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D439 is Cyan = 0.77, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 57 | - |
| CMYK | 0.77 | 0 | 0.73 | 0.17 |
| HSL | 123.29º | 0.66% | 0.51% | - |
| HSV(B) | 123.29º | 0.77% | 0.83% | - |
| XYZ | 25.5 | 48.01 | 11.79 | - |
| YUV | 145.29 | 78.17 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 57 | 0.77 | 0 | 0.73 | 0.17 | 123.29 | 0.66 | 0.51 |
| Hex | 30 | D4 | 39 | 4D | 0 | 49 | 11 | 7B | 42 | 33 |
| Octal | 60 | 324 | 71 | 115 | 0 | 111 | 21 | 173 | 102 | 63 |
| Binary | 110000 | 11010100 | 111001 | 1001101 | 0 | 1001001 | 10001 | 1111011 | 1000010 | 110011 |
Color Harmonies of #30D439
Complementary color
Monochromatic Colors of #30D439
Black with #30D439
Text Example
Text Example
White with #30D439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D439; }
p { color: rgb(48,212,57); }
H1.HeaderClassName
{
color: #30D439;
}
.AnyTagClassName
{
color: #30D439;
}
</style>
background-color css
<style>
a { background-color: #30D439; }
a { background-color: rgb(48,212,57); }
div.DivClassName
{
background-color: #30D439;
}
.BgClassName
{
background-color: #30D439;
}
</style>
border-color css
<style>
span { border-color: #30D439; }
span { border-color: rgb(48,212,57); }
td.TdClassName
{
border-color: #30D439;
}
.TagClassName
{
border-color: #30D439;
}
</style>