Shades of Lime Green #2FFF3B
Tints of Lime Green #2FFF3B
RGB
CMYK
RGB Variations
Color information
#2FFF3B (or 0x2FFF3B) is known color: Lime Green. HEX triplet: 2F, FF and 3B. RGB value is (47,255,59). Sum of RGB (Red+Green+Blue) = 47+255+59=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 255 (100% from 255 or 70.64% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF3B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF3B is #D000C4. Grayscale: #ABABAB. Windows color (decimal): -13631685 or 3931951. OLE color: 3931951.
HSL color Cylindrical-coordinate representation of color #2FFF3B: hue angle of 123.46º 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 #2FFF3B is Cyan = 0.82, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 59 | - |
| CMYK | 0.82 | 0 | 0.77 | 0 |
| HSL | 123.46º | 1% | 0.59% | - |
| HSV(B) | 123.46º | 0.82% | 1% | - |
| XYZ | 37.72 | 72.44 | 16.13 | - |
| YUV | 170.46 | 65.09 | 39.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 59 | 0.82 | 0 | 0.77 | 0 | 123.46 | 1 | 0.59 |
| Hex | 2F | FF | 3B | 52 | 0 | 4D | 0 | 7B | 64 | 3B |
| Octal | 57 | 377 | 73 | 122 | 0 | 115 | 0 | 173 | 144 | 73 |
| Binary | 101111 | 11111111 | 111011 | 1010010 | 0 | 1001101 | 0 | 1111011 | 1100100 | 111011 |
Color Harmonies of #2FFF3B
Complementary color
Monochromatic Colors of #2FFF3B
Black with #2FFF3B
Text Example
Text Example
White with #2FFF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF3B; }
p { color: rgb(47,255,59); }
H1.HeaderClassName
{
color: #2FFF3B;
}
.AnyTagClassName
{
color: #2FFF3B;
}
</style>
background-color css
<style>
a { background-color: #2FFF3B; }
a { background-color: rgb(47,255,59); }
div.DivClassName
{
background-color: #2FFF3B;
}
.BgClassName
{
background-color: #2FFF3B;
}
</style>
border-color css
<style>
span { border-color: #2FFF3B; }
span { border-color: rgb(47,255,59); }
td.TdClassName
{
border-color: #2FFF3B;
}
.TagClassName
{
border-color: #2FFF3B;
}
</style>