Shades of Lime Green #30E143
Tints of Lime Green #30E143
RGB
CMYK
RGB Variations
Color information
#30E143 (or 0x30E143) is known color: Lime Green. HEX triplet: 30, E1 and 43. RGB value is (48,225,67). Sum of RGB (Red+Green+Blue) = 48+225+67=340 (45% of max value = 765). Red value is 48 (19.14% from 255 or 14.12% from 340); Green value is 225 (88.28% from 255 or 66.18% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 225 - color contains mainly: green. Hex color #30E143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E143 is #CF1EBC. Grayscale: #9A9A9A. Windows color (decimal): -13573821 or 4448560. OLE color: 4448560.
HSL color Cylindrical-coordinate representation of color #30E143: hue angle of 126.44º 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 #30E143 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 225 | 67 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.12 |
| HSL | 126.44º | 0.75% | 0.54% | - |
| HSV(B) | 126.44º | 0.79% | 0.88% | - |
| XYZ | 29.16 | 54.88 | 14.37 | - |
| YUV | 154.07 | 78.86 | 52.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 225 | 67 | 0.79 | 0 | 0.70 | 0.12 | 126.44 | 0.75 | 0.54 |
| Hex | 30 | E1 | 43 | 4F | 0 | 46 | C | 7E | 4B | 36 |
| Octal | 60 | 341 | 103 | 117 | 0 | 106 | 14 | 176 | 113 | 66 |
| Binary | 110000 | 11100001 | 1000011 | 1001111 | 0 | 1000110 | 1100 | 1111110 | 1001011 | 110110 |
Color Harmonies of #30E143
Complementary color
Monochromatic Colors of #30E143
Black with #30E143
Text Example
Text Example
White with #30E143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E143; }
p { color: rgb(48,225,67); }
H1.HeaderClassName
{
color: #30E143;
}
.AnyTagClassName
{
color: #30E143;
}
</style>
background-color css
<style>
a { background-color: #30E143; }
a { background-color: rgb(48,225,67); }
div.DivClassName
{
background-color: #30E143;
}
.BgClassName
{
background-color: #30E143;
}
</style>
border-color css
<style>
span { border-color: #30E143; }
span { border-color: rgb(48,225,67); }
td.TdClassName
{
border-color: #30E143;
}
.TagClassName
{
border-color: #30E143;
}
</style>