Shades of Lime Green #2FFA30
Tints of Lime Green #2FFA30
RGB
CMYK
RGB Variations
Color information
#2FFA30 (or 0x2FFA30) is known color: Lime Green. HEX triplet: 2F, FA and 30. RGB value is (47,250,48). Sum of RGB (Red+Green+Blue) = 47+250+48=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 250 (98.05% from 255 or 72.46% from 345); Blue value is 48 (19.14% from 255 or 13.91% from 345); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA30 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA30 is #D005CF. Grayscale: #A6A6A6. Windows color (decimal): -13632976 or 3209775. OLE color: 3209775.
HSL color Cylindrical-coordinate representation of color #2FFA30: hue angle of 120.3º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFA30 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 48 | - |
| CMYK | 0.81 | 0 | 0.81 | 0.02 |
| HSL | 120.3º | 0.95% | 0.58% | - |
| HSV(B) | 120.3º | 0.81% | 0.98% | - |
| XYZ | 35.89 | 69.19 | 14.26 | - |
| YUV | 166.28 | 61.25 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 48 | 0.81 | 0 | 0.81 | 0.02 | 120.3 | 0.95 | 0.58 |
| Hex | 2F | FA | 30 | 51 | 0 | 51 | 2 | 78 | 5F | 3A |
| Octal | 57 | 372 | 60 | 121 | 0 | 121 | 2 | 170 | 137 | 72 |
| Binary | 101111 | 11111010 | 110000 | 1010001 | 0 | 1010001 | 10 | 1111000 | 1011111 | 111010 |
Color Harmonies of #2FFA30
Complementary color
Monochromatic Colors of #2FFA30
Black with #2FFA30
Text Example
Text Example
White with #2FFA30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA30; }
p { color: rgb(47,250,48); }
H1.HeaderClassName
{
color: #2FFA30;
}
.AnyTagClassName
{
color: #2FFA30;
}
</style>
background-color css
<style>
a { background-color: #2FFA30; }
a { background-color: rgb(47,250,48); }
div.DivClassName
{
background-color: #2FFA30;
}
.BgClassName
{
background-color: #2FFA30;
}
</style>
border-color css
<style>
span { border-color: #2FFA30; }
span { border-color: rgb(47,250,48); }
td.TdClassName
{
border-color: #2FFA30;
}
.TagClassName
{
border-color: #2FFA30;
}
</style>