Shades of Lime Green #30DC43
Tints of Lime Green #30DC43
RGB
CMYK
RGB Variations
Color information
#30DC43 (or 0x30DC43) is known color: Lime Green. HEX triplet: 30, DC and 43. RGB value is (48,220,67). Sum of RGB (Red+Green+Blue) = 48+220+67=335 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.33% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 67 (26.56% from 255 or 20% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #30DC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30DC43 is #CF23BC. Grayscale: #979797. Windows color (decimal): -13575101 or 4447280. OLE color: 4447280.
HSL color Cylindrical-coordinate representation of color #30DC43: hue angle of 126.63º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30DC43 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 48 | 220 | 67 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.14 |
| HSL | 126.63º | 0.71% | 0.53% | - |
| HSV(B) | 126.63º | 0.78% | 0.86% | - |
| XYZ | 27.83 | 52.22 | 13.92 | - |
| YUV | 151.13 | 80.52 | 54.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 220 | 67 | 0.78 | 0 | 0.70 | 0.14 | 126.63 | 0.71 | 0.53 |
| Hex | 30 | DC | 43 | 4E | 0 | 46 | E | 7F | 47 | 35 |
| Octal | 60 | 334 | 103 | 116 | 0 | 106 | 16 | 177 | 107 | 65 |
| Binary | 110000 | 11011100 | 1000011 | 1001110 | 0 | 1000110 | 1110 | 1111111 | 1000111 | 110101 |
Color Harmonies of #30DC43
Complementary color
Monochromatic Colors of #30DC43
Black with #30DC43
Text Example
Text Example
White with #30DC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30DC43; }
p { color: rgb(48,220,67); }
H1.HeaderClassName
{
color: #30DC43;
}
.AnyTagClassName
{
color: #30DC43;
}
</style>
background-color css
<style>
a { background-color: #30DC43; }
a { background-color: rgb(48,220,67); }
div.DivClassName
{
background-color: #30DC43;
}
.BgClassName
{
background-color: #30DC43;
}
</style>
border-color css
<style>
span { border-color: #30DC43; }
span { border-color: rgb(48,220,67); }
td.TdClassName
{
border-color: #30DC43;
}
.TagClassName
{
border-color: #30DC43;
}
</style>