Shades of Lime Green #2FF730
Tints of Lime Green #2FF730
RGB
CMYK
RGB Variations
Color information
#2FF730 (or 0x2FF730) is known color: Lime Green. HEX triplet: 2F, F7 and 30. RGB value is (47,247,48). Sum of RGB (Red+Green+Blue) = 47+247+48=342 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.74% from 342); Green value is 247 (96.88% from 255 or 72.22% from 342); Blue value is 48 (19.14% from 255 or 14.04% from 342); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF730 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF730 is #D008CF. Grayscale: #A5A5A5. Windows color (decimal): -13633744 or 3209007. OLE color: 3209007.
HSL color Cylindrical-coordinate representation of color #2FF730: hue angle of 120.3º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF730 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 48 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.03 |
| HSL | 120.3º | 0.93% | 0.58% | - |
| HSV(B) | 120.3º | 0.81% | 0.97% | - |
| XYZ | 34.97 | 67.34 | 13.95 | - |
| YUV | 164.51 | 62.24 | 44.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 48 | 0.81 | 0 | 0.81 | 0.03 | 120.3 | 0.93 | 0.58 |
| Hex | 2F | F7 | 30 | 51 | 0 | 51 | 3 | 78 | 5D | 3A |
| Octal | 57 | 367 | 60 | 121 | 0 | 121 | 3 | 170 | 135 | 72 |
| Binary | 101111 | 11110111 | 110000 | 1010001 | 0 | 1010001 | 11 | 1111000 | 1011101 | 111010 |
Color Harmonies of #2FF730
Complementary color
Monochromatic Colors of #2FF730
Black with #2FF730
Text Example
Text Example
White with #2FF730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF730; }
p { color: rgb(47,247,48); }
H1.HeaderClassName
{
color: #2FF730;
}
.AnyTagClassName
{
color: #2FF730;
}
</style>
background-color css
<style>
a { background-color: #2FF730; }
a { background-color: rgb(47,247,48); }
div.DivClassName
{
background-color: #2FF730;
}
.BgClassName
{
background-color: #2FF730;
}
</style>
border-color css
<style>
span { border-color: #2FF730; }
span { border-color: rgb(47,247,48); }
td.TdClassName
{
border-color: #2FF730;
}
.TagClassName
{
border-color: #2FF730;
}
</style>