Shades of Lime Green #2FFC43
Tints of Lime Green #2FFC43
RGB
CMYK
RGB Variations
Color information
#2FFC43 (or 0x2FFC43) is known color: Lime Green. HEX triplet: 2F, FC and 43. RGB value is (47,252,67). Sum of RGB (Red+Green+Blue) = 47+252+67=366 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.84% from 366); Green value is 252 (98.83% from 255 or 68.85% from 366); Blue value is 67 (26.56% from 255 or 18.31% from 366); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC43 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC43 is #D003BC. Grayscale: #AAAAAA. Windows color (decimal): -13632445 or 4455471. OLE color: 4455471.
HSL color Cylindrical-coordinate representation of color #2FFC43: hue angle of 125.85º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFC43 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 67 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.01 |
| HSL | 125.85º | 0.97% | 0.59% | - |
| HSV(B) | 125.85º | 0.81% | 0.99% | - |
| XYZ | 37 | 70.63 | 16.99 | - |
| YUV | 169.62 | 70.08 | 40.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 67 | 0.81 | 0 | 0.73 | 0.01 | 125.85 | 0.97 | 0.59 |
| Hex | 2F | FC | 43 | 51 | 0 | 49 | 1 | 7E | 61 | 3B |
| Octal | 57 | 374 | 103 | 121 | 0 | 111 | 1 | 176 | 141 | 73 |
| Binary | 101111 | 11111100 | 1000011 | 1010001 | 0 | 1001001 | 1 | 1111110 | 1100001 | 111011 |
Color Harmonies of #2FFC43
Complementary color
Monochromatic Colors of #2FFC43
Black with #2FFC43
Text Example
Text Example
White with #2FFC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC43; }
p { color: rgb(47,252,67); }
H1.HeaderClassName
{
color: #2FFC43;
}
.AnyTagClassName
{
color: #2FFC43;
}
</style>
background-color css
<style>
a { background-color: #2FFC43; }
a { background-color: rgb(47,252,67); }
div.DivClassName
{
background-color: #2FFC43;
}
.BgClassName
{
background-color: #2FFC43;
}
</style>
border-color css
<style>
span { border-color: #2FFC43; }
span { border-color: rgb(47,252,67); }
td.TdClassName
{
border-color: #2FFC43;
}
.TagClassName
{
border-color: #2FFC43;
}
</style>