Shades of Lime Green #2FED30
Tints of Lime Green #2FED30
RGB
CMYK
RGB Variations
Color information
#2FED30 (or 0x2FED30) is known color: Lime Green. HEX triplet: 2F, ED and 30. RGB value is (47,237,48). Sum of RGB (Red+Green+Blue) = 47+237+48=332 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.16% from 332); Green value is 237 (92.97% from 255 or 71.39% from 332); Blue value is 48 (19.14% from 255 or 14.46% from 332); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FED30 is #D012CF. Grayscale: #9F9F9F. Windows color (decimal): -13636304 or 3206447. OLE color: 3206447.
HSL color Cylindrical-coordinate representation of color #2FED30: hue angle of 120.32º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED30 is Cyan = 0.80, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 48 | - |
| CMYK | 0.80 | 0 | 0.80 | 0.07 |
| HSL | 120.32º | 0.84% | 0.56% | - |
| HSV(B) | 120.32º | 0.8% | 0.93% | - |
| XYZ | 31.99 | 61.39 | 12.96 | - |
| YUV | 158.64 | 65.55 | 48.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 48 | 0.80 | 0 | 0.80 | 0.07 | 120.32 | 0.84 | 0.56 |
| Hex | 2F | ED | 30 | 50 | 0 | 50 | 7 | 78 | 54 | 38 |
| Octal | 57 | 355 | 60 | 120 | 0 | 120 | 7 | 170 | 124 | 70 |
| Binary | 101111 | 11101101 | 110000 | 1010000 | 0 | 1010000 | 111 | 1111000 | 1010100 | 111000 |
Color Harmonies of #2FED30
Complementary color
Monochromatic Colors of #2FED30
Black with #2FED30
Text Example
Text Example
White with #2FED30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED30; }
p { color: rgb(47,237,48); }
H1.HeaderClassName
{
color: #2FED30;
}
.AnyTagClassName
{
color: #2FED30;
}
</style>
background-color css
<style>
a { background-color: #2FED30; }
a { background-color: rgb(47,237,48); }
div.DivClassName
{
background-color: #2FED30;
}
.BgClassName
{
background-color: #2FED30;
}
</style>
border-color css
<style>
span { border-color: #2FED30; }
span { border-color: rgb(47,237,48); }
td.TdClassName
{
border-color: #2FED30;
}
.TagClassName
{
border-color: #2FED30;
}
</style>