Shades of Lime Green #30E423
Tints of Lime Green #30E423
RGB
CMYK
RGB Variations
Color information
#30E423 (or 0x30E423) is known color: Lime Green. HEX triplet: 30, E4 and 23. RGB value is (48,228,35). Sum of RGB (Red+Green+Blue) = 48+228+35=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 228 (89.45% from 255 or 73.31% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 228 - color contains mainly: green. Hex color #30E423 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E423 is #CF1BDC. Grayscale: #989898. Windows color (decimal): -13573085 or 2352176. OLE color: 2352176.
HSL color Cylindrical-coordinate representation of color #30E423: hue angle of 115.96º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30E423 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 35 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.11 |
| HSL | 115.96º | 0.78% | 0.52% | - |
| HSV(B) | 115.96º | 0.85% | 0.89% | - |
| XYZ | 29.27 | 56.24 | 10.9 | - |
| YUV | 152.18 | 61.87 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 35 | 0.79 | 0 | 0.85 | 0.11 | 115.96 | 0.78 | 0.52 |
| Hex | 30 | E4 | 23 | 4F | 0 | 55 | B | 74 | 4E | 34 |
| Octal | 60 | 344 | 43 | 117 | 0 | 125 | 13 | 164 | 116 | 64 |
| Binary | 110000 | 11100100 | 100011 | 1001111 | 0 | 1010101 | 1011 | 1110100 | 1001110 | 110100 |
Color Harmonies of #30E423
Complementary color
Monochromatic Colors of #30E423
Black with #30E423
Text Example
Text Example
White with #30E423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E423; }
p { color: rgb(48,228,35); }
H1.HeaderClassName
{
color: #30E423;
}
.AnyTagClassName
{
color: #30E423;
}
</style>
background-color css
<style>
a { background-color: #30E423; }
a { background-color: rgb(48,228,35); }
div.DivClassName
{
background-color: #30E423;
}
.BgClassName
{
background-color: #30E423;
}
</style>
border-color css
<style>
span { border-color: #30E423; }
span { border-color: rgb(48,228,35); }
td.TdClassName
{
border-color: #30E423;
}
.TagClassName
{
border-color: #30E423;
}
</style>