Shades of Lime Green #30E034
Tints of Lime Green #30E034
RGB
CMYK
RGB Variations
Color information
#30E034 (or 0x30E034) is known color: Lime Green. HEX triplet: 30, E0 and 34. RGB value is (48,224,52). Sum of RGB (Red+Green+Blue) = 48+224+52=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #30E034 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E034 is #CF1FCB. Grayscale: #989898. Windows color (decimal): -13574092 or 3465264. OLE color: 3465264.
HSL color Cylindrical-coordinate representation of color #30E034: hue angle of 121.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E034 is Cyan = 0.79, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 52 | - |
| CMYK | 0.79 | 0 | 0.77 | 0.12 |
| HSL | 121.36º | 0.74% | 0.53% | - |
| HSV(B) | 121.36º | 0.79% | 0.88% | - |
| XYZ | 28.49 | 54.19 | 12.21 | - |
| YUV | 151.77 | 71.69 | 53.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 52 | 0.79 | 0 | 0.77 | 0.12 | 121.36 | 0.74 | 0.53 |
| Hex | 30 | E0 | 34 | 4F | 0 | 4D | C | 79 | 4A | 35 |
| Octal | 60 | 340 | 64 | 117 | 0 | 115 | 14 | 171 | 112 | 65 |
| Binary | 110000 | 11100000 | 110100 | 1001111 | 0 | 1001101 | 1100 | 1111001 | 1001010 | 110101 |
Color Harmonies of #30E034
Complementary color
Monochromatic Colors of #30E034
Black with #30E034
Text Example
Text Example
White with #30E034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E034; }
p { color: rgb(48,224,52); }
H1.HeaderClassName
{
color: #30E034;
}
.AnyTagClassName
{
color: #30E034;
}
</style>
background-color css
<style>
a { background-color: #30E034; }
a { background-color: rgb(48,224,52); }
div.DivClassName
{
background-color: #30E034;
}
.BgClassName
{
background-color: #30E034;
}
</style>
border-color css
<style>
span { border-color: #30E034; }
span { border-color: rgb(48,224,52); }
td.TdClassName
{
border-color: #30E034;
}
.TagClassName
{
border-color: #30E034;
}
</style>