Shades of Lime Green #30D045
Tints of Lime Green #30D045
RGB
CMYK
RGB Variations
Color information
#30D045 (or 0x30D045) is known color: Lime Green. HEX triplet: 30, D0 and 45. RGB value is (48,208,69). Sum of RGB (Red+Green+Blue) = 48+208+69=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 208 (81.64% from 255 or 64% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 208 - color contains mainly: green. Hex color #30D045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D045 is #CF2FBA. Grayscale: #909090. Windows color (decimal): -13578171 or 4575280. OLE color: 4575280.
HSL color Cylindrical-coordinate representation of color #30D045: hue angle of 127.87º 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 #30D045 is Cyan = 0.77, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 69 | - |
| CMYK | 0.77 | 0 | 0.67 | 0.18 |
| HSL | 127.88º | 0.63% | 0.5% | - |
| HSV(B) | 127.88º | 0.77% | 0.82% | - |
| XYZ | 24.85 | 46.17 | 13.23 | - |
| YUV | 144.31 | 85.49 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 69 | 0.77 | 0 | 0.67 | 0.18 | 127.88 | 0.63 | 0.5 |
| Hex | 30 | D0 | 45 | 4D | 0 | 43 | 12 | 80 | 3F | 32 |
| Octal | 60 | 320 | 105 | 115 | 0 | 103 | 22 | 200 | 77 | 62 |
| Binary | 110000 | 11010000 | 1000101 | 1001101 | 0 | 1000011 | 10010 | 10000000 | 111111 | 110010 |
Color Harmonies of #30D045
Complementary color
Monochromatic Colors of #30D045
Black with #30D045
Text Example
Text Example
White with #30D045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D045; }
p { color: rgb(48,208,69); }
H1.HeaderClassName
{
color: #30D045;
}
.AnyTagClassName
{
color: #30D045;
}
</style>
background-color css
<style>
a { background-color: #30D045; }
a { background-color: rgb(48,208,69); }
div.DivClassName
{
background-color: #30D045;
}
.BgClassName
{
background-color: #30D045;
}
</style>
border-color css
<style>
span { border-color: #30D045; }
span { border-color: rgb(48,208,69); }
td.TdClassName
{
border-color: #30D045;
}
.TagClassName
{
border-color: #30D045;
}
</style>