Shades of Lime Green #30D42B
Tints of Lime Green #30D42B
RGB
CMYK
RGB Variations
Color information
#30D42B (or 0x30D42B) is known color: Lime Green. HEX triplet: 30, D4 and 2B. RGB value is (48,212,43). Sum of RGB (Red+Green+Blue) = 48+212+43=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 212 (83.20% from 255 or 69.97% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 212 - color contains mainly: green. Hex color #30D42B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D42B is #CF2BD4. Grayscale: #909090. Windows color (decimal): -13577173 or 2872368. OLE color: 2872368.
HSL color Cylindrical-coordinate representation of color #30D42B: hue angle of 118.22º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30D42B is Cyan = 0.77, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 43 | - |
| CMYK | 0.77 | 0 | 0.80 | 0.17 |
| HSL | 118.22º | 0.66% | 0.5% | - |
| HSV(B) | 118.22º | 0.8% | 0.83% | - |
| XYZ | 25.2 | 47.89 | 10.2 | - |
| YUV | 143.7 | 71.17 | 59.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 43 | 0.77 | 0 | 0.80 | 0.17 | 118.22 | 0.66 | 0.5 |
| Hex | 30 | D4 | 2B | 4D | 0 | 50 | 11 | 76 | 42 | 32 |
| Octal | 60 | 324 | 53 | 115 | 0 | 120 | 21 | 166 | 102 | 62 |
| Binary | 110000 | 11010100 | 101011 | 1001101 | 0 | 1010000 | 10001 | 1110110 | 1000010 | 110010 |
Color Harmonies of #30D42B
Complementary color
Monochromatic Colors of #30D42B
Black with #30D42B
Text Example
Text Example
White with #30D42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D42B; }
p { color: rgb(48,212,43); }
H1.HeaderClassName
{
color: #30D42B;
}
.AnyTagClassName
{
color: #30D42B;
}
</style>
background-color css
<style>
a { background-color: #30D42B; }
a { background-color: rgb(48,212,43); }
div.DivClassName
{
background-color: #30D42B;
}
.BgClassName
{
background-color: #30D42B;
}
</style>
border-color css
<style>
span { border-color: #30D42B; }
span { border-color: rgb(48,212,43); }
td.TdClassName
{
border-color: #30D42B;
}
.TagClassName
{
border-color: #30D42B;
}
</style>