Shades of Lime Green #30EA23
Tints of Lime Green #30EA23
RGB
CMYK
RGB Variations
Color information
#30EA23 (or 0x30EA23) is known color: Lime Green. HEX triplet: 30, EA and 23. RGB value is (48,234,35). Sum of RGB (Red+Green+Blue) = 48+234+35=317 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.14% from 317); Green value is 234 (91.80% from 255 or 73.82% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA23 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA23 is #CF15DC. Grayscale: #9C9C9C. Windows color (decimal): -13571549 or 2353712. OLE color: 2353712.
HSL color Cylindrical-coordinate representation of color #30EA23: hue angle of 116.08º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #30EA23 is Cyan = 0.79, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 35 | - |
| CMYK | 0.79 | 0 | 0.85 | 0.08 |
| HSL | 116.08º | 0.83% | 0.53% | - |
| HSV(B) | 116.08º | 0.85% | 0.92% | - |
| XYZ | 30.95 | 59.6 | 11.46 | - |
| YUV | 155.7 | 59.88 | 51.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 35 | 0.79 | 0 | 0.85 | 0.08 | 116.08 | 0.83 | 0.53 |
| Hex | 30 | EA | 23 | 4F | 0 | 55 | 8 | 74 | 53 | 35 |
| Octal | 60 | 352 | 43 | 117 | 0 | 125 | 10 | 164 | 123 | 65 |
| Binary | 110000 | 11101010 | 100011 | 1001111 | 0 | 1010101 | 1000 | 1110100 | 1010011 | 110101 |
Color Harmonies of #30EA23
Complementary color
Monochromatic Colors of #30EA23
Black with #30EA23
Text Example
Text Example
White with #30EA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA23; }
p { color: rgb(48,234,35); }
H1.HeaderClassName
{
color: #30EA23;
}
.AnyTagClassName
{
color: #30EA23;
}
</style>
background-color css
<style>
a { background-color: #30EA23; }
a { background-color: rgb(48,234,35); }
div.DivClassName
{
background-color: #30EA23;
}
.BgClassName
{
background-color: #30EA23;
}
</style>
border-color css
<style>
span { border-color: #30EA23; }
span { border-color: rgb(48,234,35); }
td.TdClassName
{
border-color: #30EA23;
}
.TagClassName
{
border-color: #30EA23;
}
</style>