Shades of Lime Green #30F63E
Tints of Lime Green #30F63E
RGB
CMYK
RGB Variations
Color information
#30F63E (or 0x30F63E) is known color: Lime Green. HEX triplet: 30, F6 and 3E. RGB value is (48,246,62). Sum of RGB (Red+Green+Blue) = 48+246+62=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 246 (96.48% from 255 or 69.10% from 356); Blue value is 62 (24.61% from 255 or 17.42% from 356); Max value from RGB is 246 - color contains mainly: green. Hex color #30F63E is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F63E is #CF09C1. Grayscale: #A6A6A6. Windows color (decimal): -13568450 or 4126256. OLE color: 4126256.
HSL color Cylindrical-coordinate representation of color #30F63E: hue angle of 124.24º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F63E is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 62 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.04 |
| HSL | 124.24º | 0.92% | 0.58% | - |
| HSV(B) | 124.24º | 0.8% | 0.96% | - |
| XYZ | 35.04 | 66.89 | 15.62 | - |
| YUV | 165.82 | 69.4 | 43.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 62 | 0.80 | 0 | 0.75 | 0.04 | 124.24 | 0.92 | 0.58 |
| Hex | 30 | F6 | 3E | 50 | 0 | 4B | 4 | 7C | 5C | 3A |
| Octal | 60 | 366 | 76 | 120 | 0 | 113 | 4 | 174 | 134 | 72 |
| Binary | 110000 | 11110110 | 111110 | 1010000 | 0 | 1001011 | 100 | 1111100 | 1011100 | 111010 |
Color Harmonies of #30F63E
Complementary color
Monochromatic Colors of #30F63E
Black with #30F63E
Text Example
Text Example
White with #30F63E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F63E; }
p { color: rgb(48,246,62); }
H1.HeaderClassName
{
color: #30F63E;
}
.AnyTagClassName
{
color: #30F63E;
}
</style>
background-color css
<style>
a { background-color: #30F63E; }
a { background-color: rgb(48,246,62); }
div.DivClassName
{
background-color: #30F63E;
}
.BgClassName
{
background-color: #30F63E;
}
</style>
border-color css
<style>
span { border-color: #30F63E; }
span { border-color: rgb(48,246,62); }
td.TdClassName
{
border-color: #30F63E;
}
.TagClassName
{
border-color: #30F63E;
}
</style>