Shades of Lime Green #30C045
Tints of Lime Green #30C045
RGB
CMYK
RGB Variations
Color information
#30C045 (or 0x30C045) is known color: Lime Green. HEX triplet: 30, C0 and 45. RGB value is (48,192,69). Sum of RGB (Red+Green+Blue) = 48+192+69=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 192 (75.39% from 255 or 62.14% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 192 - color contains mainly: green. Hex color #30C045 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C045 is #CF3FBA. Grayscale: #878787. Windows color (decimal): -13582267 or 4571184. OLE color: 4571184.
HSL color Cylindrical-coordinate representation of color #30C045: hue angle of 128.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C045 is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 69 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.25 |
| HSL | 128.75º | 0.6% | 0.47% | - |
| HSV(B) | 128.75º | 0.75% | 0.75% | - |
| XYZ | 21.14 | 38.76 | 12 | - |
| YUV | 134.92 | 90.79 | 66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 69 | 0.75 | 0 | 0.64 | 0.25 | 128.75 | 0.6 | 0.47 |
| Hex | 30 | C0 | 45 | 4B | 0 | 40 | 19 | 81 | 3C | 2F |
| Octal | 60 | 300 | 105 | 113 | 0 | 100 | 31 | 201 | 74 | 57 |
| Binary | 110000 | 11000000 | 1000101 | 1001011 | 0 | 1000000 | 11001 | 10000001 | 111100 | 101111 |
Color Harmonies of #30C045
Complementary color
Monochromatic Colors of #30C045
Black with #30C045
Text Example
Text Example
White with #30C045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C045; }
p { color: rgb(48,192,69); }
H1.HeaderClassName
{
color: #30C045;
}
.AnyTagClassName
{
color: #30C045;
}
</style>
background-color css
<style>
a { background-color: #30C045; }
a { background-color: rgb(48,192,69); }
div.DivClassName
{
background-color: #30C045;
}
.BgClassName
{
background-color: #30C045;
}
</style>
border-color css
<style>
span { border-color: #30C045; }
span { border-color: rgb(48,192,69); }
td.TdClassName
{
border-color: #30C045;
}
.TagClassName
{
border-color: #30C045;
}
</style>