Shades of Lime Green #30C02D
Tints of Lime Green #30C02D
RGB
CMYK
RGB Variations
Color information
#30C02D (or 0x30C02D) is known color: Lime Green. HEX triplet: 30, C0 and 2D. RGB value is (48,192,45). Sum of RGB (Red+Green+Blue) = 48+192+45=285 (37% of max value = 765). Red value is 48 (19.14% from 255 or 16.84% from 285); Green value is 192 (75.39% from 255 or 67.37% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 192 - color contains mainly: green. Hex color #30C02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C02D is #CF3FD2. Grayscale: #848484. Windows color (decimal): -13582291 or 2998320. OLE color: 2998320.
HSL color Cylindrical-coordinate representation of color #30C02D: hue angle of 118.78º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30C02D is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 45 | - |
| CMYK | 0.75 | 0 | 0.77 | 0.25 |
| HSL | 118.78º | 0.62% | 0.46% | - |
| HSV(B) | 118.78º | 0.77% | 0.75% | - |
| XYZ | 20.54 | 38.52 | 8.83 | - |
| YUV | 132.19 | 78.79 | 67.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 45 | 0.75 | 0 | 0.77 | 0.25 | 118.78 | 0.62 | 0.46 |
| Hex | 30 | C0 | 2D | 4B | 0 | 4D | 19 | 77 | 3E | 2E |
| Octal | 60 | 300 | 55 | 113 | 0 | 115 | 31 | 167 | 76 | 56 |
| Binary | 110000 | 11000000 | 101101 | 1001011 | 0 | 1001101 | 11001 | 1110111 | 111110 | 101110 |
Color Harmonies of #30C02D
Complementary color
Monochromatic Colors of #30C02D
Black with #30C02D
Text Example
Text Example
White with #30C02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C02D; }
p { color: rgb(48,192,45); }
H1.HeaderClassName
{
color: #30C02D;
}
.AnyTagClassName
{
color: #30C02D;
}
</style>
background-color css
<style>
a { background-color: #30C02D; }
a { background-color: rgb(48,192,45); }
div.DivClassName
{
background-color: #30C02D;
}
.BgClassName
{
background-color: #30C02D;
}
</style>
border-color css
<style>
span { border-color: #30C02D; }
span { border-color: rgb(48,192,45); }
td.TdClassName
{
border-color: #30C02D;
}
.TagClassName
{
border-color: #30C02D;
}
</style>