Shades of Lime Green #30F627
Tints of Lime Green #30F627
RGB
CMYK
RGB Variations
Color information
#30F627 (or 0x30F627) is known color: Lime Green. HEX triplet: 30, F6 and 27. RGB value is (48,246,39). Sum of RGB (Red+Green+Blue) = 48+246+39=333 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.41% from 333); Green value is 246 (96.48% from 255 or 73.87% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 246 - color contains mainly: green. Hex color #30F627 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30F627 is #CF09D8. Grayscale: #A3A3A3. Windows color (decimal): -13568473 or 2618928. OLE color: 2618928.
HSL color Cylindrical-coordinate representation of color #30F627: hue angle of 117.39º degrees, saturation: 0.92, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #30F627 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 48 | 246 | 39 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.04 |
| HSL | 117.39º | 0.92% | 0.56% | - |
| HSV(B) | 117.39º | 0.84% | 0.96% | - |
| XYZ | 34.54 | 66.69 | 12.97 | - |
| YUV | 163.2 | 57.9 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 246 | 39 | 0.80 | 0 | 0.84 | 0.04 | 117.39 | 0.92 | 0.56 |
| Hex | 30 | F6 | 27 | 50 | 0 | 54 | 4 | 75 | 5C | 38 |
| Octal | 60 | 366 | 47 | 120 | 0 | 124 | 4 | 165 | 134 | 70 |
| Binary | 110000 | 11110110 | 100111 | 1010000 | 0 | 1010100 | 100 | 1110101 | 1011100 | 111000 |
Color Harmonies of #30F627
Complementary color
Monochromatic Colors of #30F627
Black with #30F627
Text Example
Text Example
White with #30F627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F627; }
p { color: rgb(48,246,39); }
H1.HeaderClassName
{
color: #30F627;
}
.AnyTagClassName
{
color: #30F627;
}
</style>
background-color css
<style>
a { background-color: #30F627; }
a { background-color: rgb(48,246,39); }
div.DivClassName
{
background-color: #30F627;
}
.BgClassName
{
background-color: #30F627;
}
</style>
border-color css
<style>
span { border-color: #30F627; }
span { border-color: rgb(48,246,39); }
td.TdClassName
{
border-color: #30F627;
}
.TagClassName
{
border-color: #30F627;
}
</style>