Shades of Lime Green #30D02C
Tints of Lime Green #30D02C
RGB
CMYK
RGB Variations
Color information
#30D02C (or 0x30D02C) is known color: Lime Green. HEX triplet: 30, D0 and 2C. RGB value is (48,208,44). Sum of RGB (Red+Green+Blue) = 48+208+44=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 208 (81.64% from 255 or 69.33% from 300); Blue value is 44 (17.58% from 255 or 14.67% from 300); Max value from RGB is 208 - color contains mainly: green. Hex color #30D02C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D02C is #CF2FD3. Grayscale: #8D8D8D. Windows color (decimal): -13578196 or 2936880. OLE color: 2936880.
HSL color Cylindrical-coordinate representation of color #30D02C: hue angle of 118.54º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30D02C is Cyan = 0.77, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 208 | 44 | - |
| CMYK | 0.77 | 0 | 0.79 | 0.18 |
| HSL | 118.54º | 0.65% | 0.49% | - |
| HSV(B) | 118.54º | 0.79% | 0.82% | - |
| XYZ | 24.23 | 45.92 | 9.97 | - |
| YUV | 141.46 | 72.99 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 208 | 44 | 0.77 | 0 | 0.79 | 0.18 | 118.54 | 0.65 | 0.49 |
| Hex | 30 | D0 | 2C | 4D | 0 | 4F | 12 | 77 | 41 | 31 |
| Octal | 60 | 320 | 54 | 115 | 0 | 117 | 22 | 167 | 101 | 61 |
| Binary | 110000 | 11010000 | 101100 | 1001101 | 0 | 1001111 | 10010 | 1110111 | 1000001 | 110001 |
Color Harmonies of #30D02C
Complementary color
Monochromatic Colors of #30D02C
Black with #30D02C
Text Example
Text Example
White with #30D02C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D02C; }
p { color: rgb(48,208,44); }
H1.HeaderClassName
{
color: #30D02C;
}
.AnyTagClassName
{
color: #30D02C;
}
</style>
background-color css
<style>
a { background-color: #30D02C; }
a { background-color: rgb(48,208,44); }
div.DivClassName
{
background-color: #30D02C;
}
.BgClassName
{
background-color: #30D02C;
}
</style>
border-color css
<style>
span { border-color: #30D02C; }
span { border-color: rgb(48,208,44); }
td.TdClassName
{
border-color: #30D02C;
}
.TagClassName
{
border-color: #30D02C;
}
</style>