Shades of Lime Green #30D63C
Tints of Lime Green #30D63C
RGB
CMYK
RGB Variations
Color information
#30D63C (or 0x30D63C) is known color: Lime Green. HEX triplet: 30, D6 and 3C. RGB value is (48,214,60). Sum of RGB (Red+Green+Blue) = 48+214+60=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 214 (83.98% from 255 or 66.46% from 322); Blue value is 60 (23.83% from 255 or 18.63% from 322); Max value from RGB is 214 - color contains mainly: green. Hex color #30D63C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30D63C is #CF29C3. Grayscale: #939393. Windows color (decimal): -13576644 or 3986992. OLE color: 3986992.
HSL color Cylindrical-coordinate representation of color #30D63C: hue angle of 124.34º 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 #30D63C is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 48 | 214 | 60 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.16 |
| HSL | 124.34º | 0.67% | 0.51% | - |
| HSV(B) | 124.34º | 0.78% | 0.84% | - |
| XYZ | 26.08 | 49.05 | 12.37 | - |
| YUV | 146.81 | 79 | 57.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 214 | 60 | 0.78 | 0 | 0.72 | 0.16 | 124.34 | 0.67 | 0.51 |
| Hex | 30 | D6 | 3C | 4E | 0 | 48 | 10 | 7C | 43 | 33 |
| Octal | 60 | 326 | 74 | 116 | 0 | 110 | 20 | 174 | 103 | 63 |
| Binary | 110000 | 11010110 | 111100 | 1001110 | 0 | 1001000 | 10000 | 1111100 | 1000011 | 110011 |
Color Harmonies of #30D63C
Complementary color
Monochromatic Colors of #30D63C
Black with #30D63C
Text Example
Text Example
White with #30D63C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D63C; }
p { color: rgb(48,214,60); }
H1.HeaderClassName
{
color: #30D63C;
}
.AnyTagClassName
{
color: #30D63C;
}
</style>
background-color css
<style>
a { background-color: #30D63C; }
a { background-color: rgb(48,214,60); }
div.DivClassName
{
background-color: #30D63C;
}
.BgClassName
{
background-color: #30D63C;
}
</style>
border-color css
<style>
span { border-color: #30D63C; }
span { border-color: rgb(48,214,60); }
td.TdClassName
{
border-color: #30D63C;
}
.TagClassName
{
border-color: #30D63C;
}
</style>