Shades of Lime Green #30E646
Tints of Lime Green #30E646
RGB
CMYK
RGB Variations
Color information
#30E646 (or 0x30E646) is known color: Lime Green. HEX triplet: 30, E6 and 46. RGB value is (48,230,70). Sum of RGB (Red+Green+Blue) = 48+230+70=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 230 (90.23% from 255 or 66.09% from 348); Blue value is 70 (27.73% from 255 or 20.11% from 348); Max value from RGB is 230 - color contains mainly: green. Hex color #30E646 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30E646 is #CF19B9. Grayscale: #9D9D9D. Windows color (decimal): -13572538 or 4646448. OLE color: 4646448.
HSL color Cylindrical-coordinate representation of color #30E646: hue angle of 127.25º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E646 is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 70 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.10 |
| HSL | 127.25º | 0.78% | 0.55% | - |
| HSV(B) | 127.25º | 0.79% | 0.9% | - |
| XYZ | 30.62 | 57.66 | 15.31 | - |
| YUV | 157.34 | 78.7 | 50.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 70 | 0.79 | 0 | 0.70 | 0.10 | 127.25 | 0.78 | 0.55 |
| Hex | 30 | E6 | 46 | 4F | 0 | 46 | A | 7F | 4E | 37 |
| Octal | 60 | 346 | 106 | 117 | 0 | 106 | 12 | 177 | 116 | 67 |
| Binary | 110000 | 11100110 | 1000110 | 1001111 | 0 | 1000110 | 1010 | 1111111 | 1001110 | 110111 |
Color Harmonies of #30E646
Complementary color
Monochromatic Colors of #30E646
Black with #30E646
Text Example
Text Example
White with #30E646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E646; }
p { color: rgb(48,230,70); }
H1.HeaderClassName
{
color: #30E646;
}
.AnyTagClassName
{
color: #30E646;
}
</style>
background-color css
<style>
a { background-color: #30E646; }
a { background-color: rgb(48,230,70); }
div.DivClassName
{
background-color: #30E646;
}
.BgClassName
{
background-color: #30E646;
}
</style>
border-color css
<style>
span { border-color: #30E646; }
span { border-color: rgb(48,230,70); }
td.TdClassName
{
border-color: #30E646;
}
.TagClassName
{
border-color: #30E646;
}
</style>