Shades of Lime Green #30E73C
Tints of Lime Green #30E73C
RGB
CMYK
RGB Variations
Color information
#30E73C (or 0x30E73C) is known color: Lime Green. HEX triplet: 30, E7 and 3C. RGB value is (48,231,60). Sum of RGB (Red+Green+Blue) = 48+231+60=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 231 (90.62% from 255 or 68.14% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 231 - color contains mainly: green. Hex color #30E73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E73C is #CF18C3. Grayscale: #9D9D9D. Windows color (decimal): -13572292 or 3991344. OLE color: 3991344.
HSL color Cylindrical-coordinate representation of color #30E73C: hue angle of 123.93º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E73C is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 231 | 60 | - |
| CMYK | 0.79 | 0 | 0.74 | 0.09 |
| HSL | 123.93º | 0.79% | 0.55% | - |
| HSV(B) | 123.93º | 0.79% | 0.91% | - |
| XYZ | 30.61 | 58.11 | 13.88 | - |
| YUV | 156.79 | 73.37 | 50.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 231 | 60 | 0.79 | 0 | 0.74 | 0.09 | 123.93 | 0.79 | 0.55 |
| Hex | 30 | E7 | 3C | 4F | 0 | 4A | 9 | 7C | 4F | 37 |
| Octal | 60 | 347 | 74 | 117 | 0 | 112 | 11 | 174 | 117 | 67 |
| Binary | 110000 | 11100111 | 111100 | 1001111 | 0 | 1001010 | 1001 | 1111100 | 1001111 | 110111 |
Color Harmonies of #30E73C
Complementary color
Monochromatic Colors of #30E73C
Black with #30E73C
Text Example
Text Example
White with #30E73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E73C; }
p { color: rgb(48,231,60); }
H1.HeaderClassName
{
color: #30E73C;
}
.AnyTagClassName
{
color: #30E73C;
}
</style>
background-color css
<style>
a { background-color: #30E73C; }
a { background-color: rgb(48,231,60); }
div.DivClassName
{
background-color: #30E73C;
}
.BgClassName
{
background-color: #30E73C;
}
</style>
border-color css
<style>
span { border-color: #30E73C; }
span { border-color: rgb(48,231,60); }
td.TdClassName
{
border-color: #30E73C;
}
.TagClassName
{
border-color: #30E73C;
}
</style>