Shades of Lime Green #30D345
Tints of Lime Green #30D345
RGB
CMYK
RGB Variations
Color information
#30D345 (or 0x30D345) is known color: Lime Green. HEX triplet: 30, D3 and 45. RGB value is (48,211,69). Sum of RGB (Red+Green+Blue) = 48+211+69=328 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.63% from 328); Green value is 211 (82.81% from 255 or 64.33% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 211 - color contains mainly: green. Hex color #30D345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D345 is #CF2CBA. Grayscale: #929292. Windows color (decimal): -13577403 or 4576048. OLE color: 4576048.
HSL color Cylindrical-coordinate representation of color #30D345: hue angle of 127.73º degrees, saturation: 0.65, 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 #30D345 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 211 | 69 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.17 |
| HSL | 127.73º | 0.65% | 0.51% | - |
| HSV(B) | 127.73º | 0.77% | 0.83% | - |
| XYZ | 25.59 | 47.65 | 13.48 | - |
| YUV | 146.08 | 84.5 | 58.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 211 | 69 | 0.77 | 0 | 0.67 | 0.17 | 127.73 | 0.65 | 0.51 |
| Hex | 30 | D3 | 45 | 4D | 0 | 43 | 11 | 80 | 41 | 33 |
| Octal | 60 | 323 | 105 | 115 | 0 | 103 | 21 | 200 | 101 | 63 |
| Binary | 110000 | 11010011 | 1000101 | 1001101 | 0 | 1000011 | 10001 | 10000000 | 1000001 | 110011 |
Color Harmonies of #30D345
Complementary color
Monochromatic Colors of #30D345
Black with #30D345
Text Example
Text Example
White with #30D345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D345; }
p { color: rgb(48,211,69); }
H1.HeaderClassName
{
color: #30D345;
}
.AnyTagClassName
{
color: #30D345;
}
</style>
background-color css
<style>
a { background-color: #30D345; }
a { background-color: rgb(48,211,69); }
div.DivClassName
{
background-color: #30D345;
}
.BgClassName
{
background-color: #30D345;
}
</style>
border-color css
<style>
span { border-color: #30D345; }
span { border-color: rgb(48,211,69); }
td.TdClassName
{
border-color: #30D345;
}
.TagClassName
{
border-color: #30D345;
}
</style>