Shades of Lime Green #2FFE45
Tints of Lime Green #2FFE45
RGB
CMYK
RGB Variations
Color information
#2FFE45 (or 0x2FFE45) is known color: Lime Green. HEX triplet: 2F, FE and 45. RGB value is (47,254,69). Sum of RGB (Red+Green+Blue) = 47+254+69=370 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.70% from 370); Green value is 254 (99.61% from 255 or 68.65% from 370); Blue value is 69 (27.34% from 255 or 18.65% from 370); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE45 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE45 is #D001BA. Grayscale: #ABABAB. Windows color (decimal): -13631931 or 4587055. OLE color: 4587055.
HSL color Cylindrical-coordinate representation of color #2FFE45: hue angle of 126.38º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE45 is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 69 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.00 |
| HSL | 126.38º | 0.99% | 0.59% | - |
| HSV(B) | 126.38º | 0.81% | 1% | - |
| XYZ | 37.69 | 71.92 | 17.53 | - |
| YUV | 171.02 | 70.42 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 69 | 0.81 | 0 | 0.73 | 0.00 | 126.38 | 0.99 | 0.59 |
| Hex | 2F | FE | 45 | 51 | 0 | 49 | 0 | 7E | 63 | 3B |
| Octal | 57 | 376 | 105 | 121 | 0 | 111 | 0 | 176 | 143 | 73 |
| Binary | 101111 | 11111110 | 1000101 | 1010001 | 0 | 1001001 | 0 | 1111110 | 1100011 | 111011 |
Color Harmonies of #2FFE45
Complementary color
Monochromatic Colors of #2FFE45
Black with #2FFE45
Text Example
Text Example
White with #2FFE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE45; }
p { color: rgb(47,254,69); }
H1.HeaderClassName
{
color: #2FFE45;
}
.AnyTagClassName
{
color: #2FFE45;
}
</style>
background-color css
<style>
a { background-color: #2FFE45; }
a { background-color: rgb(47,254,69); }
div.DivClassName
{
background-color: #2FFE45;
}
.BgClassName
{
background-color: #2FFE45;
}
</style>
border-color css
<style>
span { border-color: #2FFE45; }
span { border-color: rgb(47,254,69); }
td.TdClassName
{
border-color: #2FFE45;
}
.TagClassName
{
border-color: #2FFE45;
}
</style>