Shades of Lime Green #30E136
Tints of Lime Green #30E136
RGB
CMYK
RGB Variations
Color information
#30E136 (or 0x30E136) is known color: Lime Green. HEX triplet: 30, E1 and 36. RGB value is (48,225,54). Sum of RGB (Red+Green+Blue) = 48+225+54=327 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.68% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 54 (21.48% from 255 or 16.51% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #30E136 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E136 is #CF1EC9. Grayscale: #999999. Windows color (decimal): -13573834 or 3596592. OLE color: 3596592.
HSL color Cylindrical-coordinate representation of color #30E136: hue angle of 122.03º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E136 is Cyan = 0.79, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 225 | 54 | - |
| CMYK | 0.79 | 0 | 0.76 | 0.12 |
| HSL | 122.03º | 0.75% | 0.54% | - |
| HSV(B) | 122.03º | 0.79% | 0.88% | - |
| XYZ | 28.81 | 54.75 | 12.54 | - |
| YUV | 152.58 | 72.36 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 225 | 54 | 0.79 | 0 | 0.76 | 0.12 | 122.03 | 0.75 | 0.54 |
| Hex | 30 | E1 | 36 | 4F | 0 | 4C | C | 7A | 4B | 36 |
| Octal | 60 | 341 | 66 | 117 | 0 | 114 | 14 | 172 | 113 | 66 |
| Binary | 110000 | 11100001 | 110110 | 1001111 | 0 | 1001100 | 1100 | 1111010 | 1001011 | 110110 |
Color Harmonies of #30E136
Complementary color
Monochromatic Colors of #30E136
Black with #30E136
Text Example
Text Example
White with #30E136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E136; }
p { color: rgb(48,225,54); }
H1.HeaderClassName
{
color: #30E136;
}
.AnyTagClassName
{
color: #30E136;
}
</style>
background-color css
<style>
a { background-color: #30E136; }
a { background-color: rgb(48,225,54); }
div.DivClassName
{
background-color: #30E136;
}
.BgClassName
{
background-color: #30E136;
}
</style>
border-color css
<style>
span { border-color: #30E136; }
span { border-color: rgb(48,225,54); }
td.TdClassName
{
border-color: #30E136;
}
.TagClassName
{
border-color: #30E136;
}
</style>