Shades of Lime Green #30EA28
Tints of Lime Green #30EA28
RGB
CMYK
RGB Variations
Color information
#30EA28 (or 0x30EA28) is known color: Lime Green. HEX triplet: 30, EA and 28. RGB value is (48,234,40). Sum of RGB (Red+Green+Blue) = 48+234+40=322 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.91% from 322); Green value is 234 (91.80% from 255 or 72.67% from 322); Blue value is 40 (16.02% from 255 or 12.42% from 322); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EA28 is #CF15D7. Grayscale: #9C9C9C. Windows color (decimal): -13571544 or 2681392. OLE color: 2681392.
HSL color Cylindrical-coordinate representation of color #30EA28: hue angle of 117.53º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #30EA28 is Cyan = 0.79, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 40 | - |
| CMYK | 0.79 | 0 | 0.83 | 0.08 |
| HSL | 117.53º | 0.82% | 0.54% | - |
| HSV(B) | 117.53º | 0.83% | 0.92% | - |
| XYZ | 31.02 | 59.63 | 11.88 | - |
| YUV | 156.27 | 62.38 | 50.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 40 | 0.79 | 0 | 0.83 | 0.08 | 117.53 | 0.82 | 0.54 |
| Hex | 30 | EA | 28 | 4F | 0 | 53 | 8 | 76 | 52 | 36 |
| Octal | 60 | 352 | 50 | 117 | 0 | 123 | 10 | 166 | 122 | 66 |
| Binary | 110000 | 11101010 | 101000 | 1001111 | 0 | 1010011 | 1000 | 1110110 | 1010010 | 110110 |
Color Harmonies of #30EA28
Complementary color
Monochromatic Colors of #30EA28
Black with #30EA28
Text Example
Text Example
White with #30EA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA28; }
p { color: rgb(48,234,40); }
H1.HeaderClassName
{
color: #30EA28;
}
.AnyTagClassName
{
color: #30EA28;
}
</style>
background-color css
<style>
a { background-color: #30EA28; }
a { background-color: rgb(48,234,40); }
div.DivClassName
{
background-color: #30EA28;
}
.BgClassName
{
background-color: #30EA28;
}
</style>
border-color css
<style>
span { border-color: #30EA28; }
span { border-color: rgb(48,234,40); }
td.TdClassName
{
border-color: #30EA28;
}
.TagClassName
{
border-color: #30EA28;
}
</style>