Shades of Lime Green #30EF1F
Tints of Lime Green #30EF1F
RGB
CMYK
RGB Variations
Color information
#30EF1F (or 0x30EF1F) is known color: Lime Green. HEX triplet: 30, EF and 1F. RGB value is (48,239,31). Sum of RGB (Red+Green+Blue) = 48+239+31=318 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.09% from 318); Green value is 239 (93.75% from 255 or 75.16% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 239 - color contains mainly: green. Hex color #30EF1F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #30EF1F is #CF10E0. Grayscale: #9E9E9E. Windows color (decimal): -13570273 or 2092848. OLE color: 2092848.
HSL color Cylindrical-coordinate representation of color #30EF1F: hue angle of 115.1º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #30EF1F is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 48 | 239 | 31 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.06 |
| HSL | 115.1º | 0.87% | 0.53% | - |
| HSV(B) | 115.1º | 0.87% | 0.94% | - |
| XYZ | 32.33 | 62.46 | 11.65 | - |
| YUV | 158.18 | 56.22 | 49.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 239 | 31 | 0.80 | 0 | 0.87 | 0.06 | 115.1 | 0.87 | 0.53 |
| Hex | 30 | EF | 1F | 50 | 0 | 57 | 6 | 73 | 57 | 35 |
| Octal | 60 | 357 | 37 | 120 | 0 | 127 | 6 | 163 | 127 | 65 |
| Binary | 110000 | 11101111 | 11111 | 1010000 | 0 | 1010111 | 110 | 1110011 | 1010111 | 110101 |
Color Harmonies of #30EF1F
Complementary color
Monochromatic Colors of #30EF1F
Black with #30EF1F
Text Example
Text Example
White with #30EF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EF1F; }
p { color: rgb(48,239,31); }
H1.HeaderClassName
{
color: #30EF1F;
}
.AnyTagClassName
{
color: #30EF1F;
}
</style>
background-color css
<style>
a { background-color: #30EF1F; }
a { background-color: rgb(48,239,31); }
div.DivClassName
{
background-color: #30EF1F;
}
.BgClassName
{
background-color: #30EF1F;
}
</style>
border-color css
<style>
span { border-color: #30EF1F; }
span { border-color: rgb(48,239,31); }
td.TdClassName
{
border-color: #30EF1F;
}
.TagClassName
{
border-color: #30EF1F;
}
</style>