Shades of Lime Green #30E51F
Tints of Lime Green #30E51F
RGB
CMYK
RGB Variations
Color information
#30E51F (or 0x30E51F) is known color: Lime Green. HEX triplet: 30, E5 and 1F. RGB value is (48,229,31). Sum of RGB (Red+Green+Blue) = 48+229+31=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 229 (89.84% from 255 or 74.35% from 308); Blue value is 31 (12.5% from 255 or 10.06% from 308); Max value from RGB is 229 - color contains mainly: green. Hex color #30E51F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #30E51F is #CF1AE0. Grayscale: #989898. Windows color (decimal): -13572833 or 2090288. OLE color: 2090288.
HSL color Cylindrical-coordinate representation of color #30E51F: hue angle of 114.85º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #30E51F is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 229 | 31 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.10 |
| HSL | 114.85º | 0.79% | 0.51% | - |
| HSV(B) | 114.85º | 0.86% | 0.9% | - |
| XYZ | 29.49 | 56.77 | 10.7 | - |
| YUV | 152.31 | 59.53 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 229 | 31 | 0.79 | 0 | 0.86 | 0.10 | 114.85 | 0.79 | 0.51 |
| Hex | 30 | E5 | 1F | 4F | 0 | 56 | A | 73 | 4F | 33 |
| Octal | 60 | 345 | 37 | 117 | 0 | 126 | 12 | 163 | 117 | 63 |
| Binary | 110000 | 11100101 | 11111 | 1001111 | 0 | 1010110 | 1010 | 1110011 | 1001111 | 110011 |
Color Harmonies of #30E51F
Complementary color
Monochromatic Colors of #30E51F
Black with #30E51F
Text Example
Text Example
White with #30E51F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E51F; }
p { color: rgb(48,229,31); }
H1.HeaderClassName
{
color: #30E51F;
}
.AnyTagClassName
{
color: #30E51F;
}
</style>
background-color css
<style>
a { background-color: #30E51F; }
a { background-color: rgb(48,229,31); }
div.DivClassName
{
background-color: #30E51F;
}
.BgClassName
{
background-color: #30E51F;
}
</style>
border-color css
<style>
span { border-color: #30E51F; }
span { border-color: rgb(48,229,31); }
td.TdClassName
{
border-color: #30E51F;
}
.TagClassName
{
border-color: #30E51F;
}
</style>