Shades of Lime Green #2FFF3A
Tints of Lime Green #2FFF3A
RGB
CMYK
RGB Variations
Color information
#2FFF3A (or 0x2FFF3A) is known color: Lime Green. HEX triplet: 2F, FF and 3A. RGB value is (47,255,58). Sum of RGB (Red+Green+Blue) = 47+255+58=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 255 (100% from 255 or 70.83% from 360); Blue value is 58 (23.05% from 255 or 16.11% from 360); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF3A is #D000C5. Grayscale: #AAAAAA. Windows color (decimal): -13631686 or 3866415. OLE color: 3866415.
HSL color Cylindrical-coordinate representation of color #2FFF3A: hue angle of 123.17º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF3A is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 58 | - |
| CMYK | 0.82 | 0 | 0.77 | 0 |
| HSL | 123.17º | 1% | 0.59% | - |
| HSV(B) | 123.17º | 0.82% | 1% | - |
| XYZ | 37.7 | 72.43 | 16 | - |
| YUV | 170.35 | 64.59 | 40.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 58 | 0.82 | 0 | 0.77 | 0 | 123.17 | 1 | 0.59 |
| Hex | 2F | FF | 3A | 52 | 0 | 4D | 0 | 7B | 64 | 3B |
| Octal | 57 | 377 | 72 | 122 | 0 | 115 | 0 | 173 | 144 | 73 |
| Binary | 101111 | 11111111 | 111010 | 1010010 | 0 | 1001101 | 0 | 1111011 | 1100100 | 111011 |
Color Harmonies of #2FFF3A
Complementary color
Monochromatic Colors of #2FFF3A
Black with #2FFF3A
Text Example
Text Example
White with #2FFF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF3A; }
p { color: rgb(47,255,58); }
H1.HeaderClassName
{
color: #2FFF3A;
}
.AnyTagClassName
{
color: #2FFF3A;
}
</style>
background-color css
<style>
a { background-color: #2FFF3A; }
a { background-color: rgb(47,255,58); }
div.DivClassName
{
background-color: #2FFF3A;
}
.BgClassName
{
background-color: #2FFF3A;
}
</style>
border-color css
<style>
span { border-color: #2FFF3A; }
span { border-color: rgb(47,255,58); }
td.TdClassName
{
border-color: #2FFF3A;
}
.TagClassName
{
border-color: #2FFF3A;
}
</style>