Shades of Lime Green #30E121
Tints of Lime Green #30E121
RGB
CMYK
RGB Variations
Color information
#30E121 (or 0x30E121) is known color: Lime Green. HEX triplet: 30, E1 and 21. RGB value is (48,225,33). Sum of RGB (Red+Green+Blue) = 48+225+33=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 225 (88.28% from 255 or 73.53% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 225 - color contains mainly: green. Hex color #30E121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E121 is #CF1EDE. Grayscale: #969696. Windows color (decimal): -13573855 or 2220336. OLE color: 2220336.
HSL color Cylindrical-coordinate representation of color #30E121: hue angle of 115.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30E121 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 225 | 33 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.12 |
| HSL | 115.31º | 0.76% | 0.51% | - |
| HSV(B) | 115.31º | 0.85% | 0.88% | - |
| XYZ | 28.42 | 54.59 | 10.48 | - |
| YUV | 150.19 | 61.86 | 55.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 225 | 33 | 0.79 | 0 | 0.85 | 0.12 | 115.31 | 0.76 | 0.51 |
| Hex | 30 | E1 | 21 | 4F | 0 | 55 | C | 73 | 4C | 33 |
| Octal | 60 | 341 | 41 | 117 | 0 | 125 | 14 | 163 | 114 | 63 |
| Binary | 110000 | 11100001 | 100001 | 1001111 | 0 | 1010101 | 1100 | 1110011 | 1001100 | 110011 |
Color Harmonies of #30E121
Complementary color
Monochromatic Colors of #30E121
Black with #30E121
Text Example
Text Example
White with #30E121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E121; }
p { color: rgb(48,225,33); }
H1.HeaderClassName
{
color: #30E121;
}
.AnyTagClassName
{
color: #30E121;
}
</style>
background-color css
<style>
a { background-color: #30E121; }
a { background-color: rgb(48,225,33); }
div.DivClassName
{
background-color: #30E121;
}
.BgClassName
{
background-color: #30E121;
}
</style>
border-color css
<style>
span { border-color: #30E121; }
span { border-color: rgb(48,225,33); }
td.TdClassName
{
border-color: #30E121;
}
.TagClassName
{
border-color: #30E121;
}
</style>