Shades of Lime Green #2FFF43
Tints of Lime Green #2FFF43
RGB
CMYK
RGB Variations
Color information
#2FFF43 (or 0x2FFF43) is known color: Lime Green. HEX triplet: 2F, FF and 43. RGB value is (47,255,67). Sum of RGB (Red+Green+Blue) = 47+255+67=369 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.74% from 369); Green value is 255 (100% from 255 or 69.11% from 369); Blue value is 67 (26.56% from 255 or 18.16% from 369); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF43 is #D000BC. Grayscale: #ABABAB. Windows color (decimal): -13631677 or 4456239. OLE color: 4456239.
HSL color Cylindrical-coordinate representation of color #2FFF43: hue angle of 125.77º 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 #2FFF43 is Cyan = 0.82, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 67 | - |
| CMYK | 0.82 | 0 | 0.74 | 0 |
| HSL | 125.77º | 1% | 0.59% | - |
| HSV(B) | 125.77º | 0.82% | 1% | - |
| XYZ | 37.95 | 72.53 | 17.31 | - |
| YUV | 171.38 | 69.09 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 67 | 0.82 | 0 | 0.74 | 0 | 125.77 | 1 | 0.59 |
| Hex | 2F | FF | 43 | 52 | 0 | 4A | 0 | 7E | 64 | 3B |
| Octal | 57 | 377 | 103 | 122 | 0 | 112 | 0 | 176 | 144 | 73 |
| Binary | 101111 | 11111111 | 1000011 | 1010010 | 0 | 1001010 | 0 | 1111110 | 1100100 | 111011 |
Color Harmonies of #2FFF43
Complementary color
Monochromatic Colors of #2FFF43
Black with #2FFF43
Text Example
Text Example
White with #2FFF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF43; }
p { color: rgb(47,255,67); }
H1.HeaderClassName
{
color: #2FFF43;
}
.AnyTagClassName
{
color: #2FFF43;
}
</style>
background-color css
<style>
a { background-color: #2FFF43; }
a { background-color: rgb(47,255,67); }
div.DivClassName
{
background-color: #2FFF43;
}
.BgClassName
{
background-color: #2FFF43;
}
</style>
border-color css
<style>
span { border-color: #2FFF43; }
span { border-color: rgb(47,255,67); }
td.TdClassName
{
border-color: #2FFF43;
}
.TagClassName
{
border-color: #2FFF43;
}
</style>