Shades of Lime Green #30D63A
Tints of Lime Green #30D63A
RGB
CMYK
RGB Variations
Color information
#30D63A (or 0x30D63A) is known color: Lime Green. HEX triplet: 30, D6 and 3A. RGB value is (48,214,58). Sum of RGB (Red+Green+Blue) = 48+214+58=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 214 (83.98% from 255 or 66.88% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 214 - color contains mainly: green. Hex color #30D63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D63A is #CF29C5. Grayscale: #939393. Windows color (decimal): -13576646 or 3855920. OLE color: 3855920.
HSL color Cylindrical-coordinate representation of color #30D63A: hue angle of 123.61º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D63A is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 58 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.16 |
| HSL | 123.61º | 0.67% | 0.51% | - |
| HSV(B) | 123.61º | 0.78% | 0.84% | - |
| XYZ | 26.03 | 49.03 | 12.09 | - |
| YUV | 146.58 | 78 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 58 | 0.78 | 0 | 0.73 | 0.16 | 123.61 | 0.67 | 0.51 |
| Hex | 30 | D6 | 3A | 4E | 0 | 49 | 10 | 7C | 43 | 33 |
| Octal | 60 | 326 | 72 | 116 | 0 | 111 | 20 | 174 | 103 | 63 |
| Binary | 110000 | 11010110 | 111010 | 1001110 | 0 | 1001001 | 10000 | 1111100 | 1000011 | 110011 |
Color Harmonies of #30D63A
Complementary color
Monochromatic Colors of #30D63A
Black with #30D63A
Text Example
Text Example
White with #30D63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D63A; }
p { color: rgb(48,214,58); }
H1.HeaderClassName
{
color: #30D63A;
}
.AnyTagClassName
{
color: #30D63A;
}
</style>
background-color css
<style>
a { background-color: #30D63A; }
a { background-color: rgb(48,214,58); }
div.DivClassName
{
background-color: #30D63A;
}
.BgClassName
{
background-color: #30D63A;
}
</style>
border-color css
<style>
span { border-color: #30D63A; }
span { border-color: rgb(48,214,58); }
td.TdClassName
{
border-color: #30D63A;
}
.TagClassName
{
border-color: #30D63A;
}
</style>