Shades of Lime Green #30C03F
Tints of Lime Green #30C03F
RGB
CMYK
RGB Variations
Color information
#30C03F (or 0x30C03F) is known color: Lime Green. HEX triplet: 30, C0 and 3F. RGB value is (48,192,63). Sum of RGB (Red+Green+Blue) = 48+192+63=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #30C03F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30C03F is #CF3FC0. Grayscale: #868686. Windows color (decimal): -13582273 or 4177968. OLE color: 4177968.
HSL color Cylindrical-coordinate representation of color #30C03F: hue angle of 126.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30C03F is Cyan = 0.75, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 48 | 192 | 63 | - |
| CMYK | 0.75 | 0 | 0.67 | 0.25 |
| HSL | 126.25º | 0.6% | 0.47% | - |
| HSV(B) | 126.25º | 0.75% | 0.75% | - |
| XYZ | 20.97 | 38.69 | 11.06 | - |
| YUV | 134.24 | 87.79 | 66.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 192 | 63 | 0.75 | 0 | 0.67 | 0.25 | 126.25 | 0.6 | 0.47 |
| Hex | 30 | C0 | 3F | 4B | 0 | 43 | 19 | 7E | 3C | 2F |
| Octal | 60 | 300 | 77 | 113 | 0 | 103 | 31 | 176 | 74 | 57 |
| Binary | 110000 | 11000000 | 111111 | 1001011 | 0 | 1000011 | 11001 | 1111110 | 111100 | 101111 |
Color Harmonies of #30C03F
Complementary color
Monochromatic Colors of #30C03F
Black with #30C03F
Text Example
Text Example
White with #30C03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30C03F; }
p { color: rgb(48,192,63); }
H1.HeaderClassName
{
color: #30C03F;
}
.AnyTagClassName
{
color: #30C03F;
}
</style>
background-color css
<style>
a { background-color: #30C03F; }
a { background-color: rgb(48,192,63); }
div.DivClassName
{
background-color: #30C03F;
}
.BgClassName
{
background-color: #30C03F;
}
</style>
border-color css
<style>
span { border-color: #30C03F; }
span { border-color: rgb(48,192,63); }
td.TdClassName
{
border-color: #30C03F;
}
.TagClassName
{
border-color: #30C03F;
}
</style>