Shades of Lime Green #30E027
Tints of Lime Green #30E027
RGB
CMYK
RGB Variations
Color information
#30E027 (or 0x30E027) is known color: Lime Green. HEX triplet: 30, E0 and 27. RGB value is (48,224,39). Sum of RGB (Red+Green+Blue) = 48+224+39=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 39 (15.62% from 255 or 12.54% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #30E027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E027 is #CF1FD8. Grayscale: #969696. Windows color (decimal): -13574105 or 2613296. OLE color: 2613296.
HSL color Cylindrical-coordinate representation of color #30E027: hue angle of 117.08º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30E027 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 39 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.12 |
| HSL | 117.08º | 0.75% | 0.52% | - |
| HSV(B) | 117.08º | 0.83% | 0.88% | - |
| XYZ | 28.24 | 54.09 | 10.87 | - |
| YUV | 150.29 | 65.19 | 55.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 39 | 0.79 | 0 | 0.83 | 0.12 | 117.08 | 0.75 | 0.52 |
| Hex | 30 | E0 | 27 | 4F | 0 | 53 | C | 75 | 4B | 34 |
| Octal | 60 | 340 | 47 | 117 | 0 | 123 | 14 | 165 | 113 | 64 |
| Binary | 110000 | 11100000 | 100111 | 1001111 | 0 | 1010011 | 1100 | 1110101 | 1001011 | 110100 |
Color Harmonies of #30E027
Complementary color
Monochromatic Colors of #30E027
Black with #30E027
Text Example
Text Example
White with #30E027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E027; }
p { color: rgb(48,224,39); }
H1.HeaderClassName
{
color: #30E027;
}
.AnyTagClassName
{
color: #30E027;
}
</style>
background-color css
<style>
a { background-color: #30E027; }
a { background-color: rgb(48,224,39); }
div.DivClassName
{
background-color: #30E027;
}
.BgClassName
{
background-color: #30E027;
}
</style>
border-color css
<style>
span { border-color: #30E027; }
span { border-color: rgb(48,224,39); }
td.TdClassName
{
border-color: #30E027;
}
.TagClassName
{
border-color: #30E027;
}
</style>