Shades of Lime Green #2FFA44
Tints of Lime Green #2FFA44
RGB
CMYK
RGB Variations
Color information
#2FFA44 (or 0x2FFA44) is known color: Lime Green. HEX triplet: 2F, FA and 44. RGB value is (47,250,68). Sum of RGB (Red+Green+Blue) = 47+250+68=365 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.88% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 68 (26.95% from 255 or 18.63% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #2FFA44 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFA44 is #D005BB. Grayscale: #A9A9A9. Windows color (decimal): -13632956 or 4520495. OLE color: 4520495.
HSL color Cylindrical-coordinate representation of color #2FFA44: hue angle of 126.21º 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 #2FFA44 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 250 | 68 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.02 |
| HSL | 126.21º | 0.95% | 0.58% | - |
| HSV(B) | 126.21º | 0.81% | 0.98% | - |
| XYZ | 36.4 | 69.39 | 16.94 | - |
| YUV | 168.56 | 71.25 | 41.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 250 | 68 | 0.81 | 0 | 0.73 | 0.02 | 126.21 | 0.95 | 0.58 |
| Hex | 2F | FA | 44 | 51 | 0 | 49 | 2 | 7E | 5F | 3A |
| Octal | 57 | 372 | 104 | 121 | 0 | 111 | 2 | 176 | 137 | 72 |
| Binary | 101111 | 11111010 | 1000100 | 1010001 | 0 | 1001001 | 10 | 1111110 | 1011111 | 111010 |
Color Harmonies of #2FFA44
Complementary color
Monochromatic Colors of #2FFA44
Black with #2FFA44
Text Example
Text Example
White with #2FFA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFA44; }
p { color: rgb(47,250,68); }
H1.HeaderClassName
{
color: #2FFA44;
}
.AnyTagClassName
{
color: #2FFA44;
}
</style>
background-color css
<style>
a { background-color: #2FFA44; }
a { background-color: rgb(47,250,68); }
div.DivClassName
{
background-color: #2FFA44;
}
.BgClassName
{
background-color: #2FFA44;
}
</style>
border-color css
<style>
span { border-color: #2FFA44; }
span { border-color: rgb(47,250,68); }
td.TdClassName
{
border-color: #2FFA44;
}
.TagClassName
{
border-color: #2FFA44;
}
</style>