Shades of Lime Green #30E540
Tints of Lime Green #30E540
RGB
CMYK
RGB Variations
Color information
#30E540 (or 0x30E540) is known color: Lime Green. HEX triplet: 30, E5 and 40. RGB value is (48,229,64). Sum of RGB (Red+Green+Blue) = 48+229+64=341 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.08% from 341); Green value is 229 (89.84% from 255 or 67.16% from 341); Blue value is 64 (25.39% from 255 or 18.77% from 341); Max value from RGB is 229 - color contains mainly: green. Hex color #30E540 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E540 is #CF1ABF. Grayscale: #9C9C9C. Windows color (decimal): -13572800 or 4252976. OLE color: 4252976.
HSL color Cylindrical-coordinate representation of color #30E540: hue angle of 125.3º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E540 is Cyan = 0.79, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 229 | 64 | - |
| CMYK | 0.79 | 0 | 0.72 | 0.10 |
| HSL | 125.3º | 0.78% | 0.54% | - |
| HSV(B) | 125.3º | 0.79% | 0.9% | - |
| XYZ | 30.16 | 57.04 | 14.27 | - |
| YUV | 156.07 | 76.03 | 50.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 229 | 64 | 0.79 | 0 | 0.72 | 0.10 | 125.3 | 0.78 | 0.54 |
| Hex | 30 | E5 | 40 | 4F | 0 | 48 | A | 7D | 4E | 36 |
| Octal | 60 | 345 | 100 | 117 | 0 | 110 | 12 | 175 | 116 | 66 |
| Binary | 110000 | 11100101 | 1000000 | 1001111 | 0 | 1001000 | 1010 | 1111101 | 1001110 | 110110 |
Color Harmonies of #30E540
Complementary color
Monochromatic Colors of #30E540
Black with #30E540
Text Example
Text Example
White with #30E540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E540; }
p { color: rgb(48,229,64); }
H1.HeaderClassName
{
color: #30E540;
}
.AnyTagClassName
{
color: #30E540;
}
</style>
background-color css
<style>
a { background-color: #30E540; }
a { background-color: rgb(48,229,64); }
div.DivClassName
{
background-color: #30E540;
}
.BgClassName
{
background-color: #30E540;
}
</style>
border-color css
<style>
span { border-color: #30E540; }
span { border-color: rgb(48,229,64); }
td.TdClassName
{
border-color: #30E540;
}
.TagClassName
{
border-color: #30E540;
}
</style>