Shades of Lime Green #30E035
Tints of Lime Green #30E035
RGB
CMYK
RGB Variations
Color information
#30E035 (or 0x30E035) is known color: Lime Green. HEX triplet: 30, E0 and 35. RGB value is (48,224,53). Sum of RGB (Red+Green+Blue) = 48+224+53=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 224 (87.89% from 255 or 68.92% from 325); Blue value is 53 (21.09% from 255 or 16.31% from 325); Max value from RGB is 224 - color contains mainly: green. Hex color #30E035 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E035 is #CF1FCA. Grayscale: #989898. Windows color (decimal): -13574091 or 3530800. OLE color: 3530800.
HSL color Cylindrical-coordinate representation of color #30E035: hue angle of 121.7º 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 #30E035 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 53 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.12 |
| HSL | 121.7º | 0.74% | 0.53% | - |
| HSV(B) | 121.7º | 0.79% | 0.88% | - |
| XYZ | 28.52 | 54.2 | 12.33 | - |
| YUV | 151.88 | 72.19 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 53 | 0.79 | 0 | 0.76 | 0.12 | 121.7 | 0.74 | 0.53 |
| Hex | 30 | E0 | 35 | 4F | 0 | 4C | C | 7A | 4A | 35 |
| Octal | 60 | 340 | 65 | 117 | 0 | 114 | 14 | 172 | 112 | 65 |
| Binary | 110000 | 11100000 | 110101 | 1001111 | 0 | 1001100 | 1100 | 1111010 | 1001010 | 110101 |
Color Harmonies of #30E035
Complementary color
Monochromatic Colors of #30E035
Black with #30E035
Text Example
Text Example
White with #30E035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E035; }
p { color: rgb(48,224,53); }
H1.HeaderClassName
{
color: #30E035;
}
.AnyTagClassName
{
color: #30E035;
}
</style>
background-color css
<style>
a { background-color: #30E035; }
a { background-color: rgb(48,224,53); }
div.DivClassName
{
background-color: #30E035;
}
.BgClassName
{
background-color: #30E035;
}
</style>
border-color css
<style>
span { border-color: #30E035; }
span { border-color: rgb(48,224,53); }
td.TdClassName
{
border-color: #30E035;
}
.TagClassName
{
border-color: #30E035;
}
</style>