Shades of Lime Green #2FE348
Tints of Lime Green #2FE348
RGB
CMYK
RGB Variations
Color information
#2FE348 (or 0x2FE348) is known color: Lime Green. HEX triplet: 2F, E3 and 48. RGB value is (47,227,72). Sum of RGB (Red+Green+Blue) = 47+227+72=346 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.58% from 346); Green value is 227 (89.06% from 255 or 65.61% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE348 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FE348 is #D01CB7. Grayscale: #9B9B9B. Windows color (decimal): -13638840 or 4776751. OLE color: 4776751.
HSL color Cylindrical-coordinate representation of color #2FE348: hue angle of 128.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE348 is Cyan = 0.79, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 72 | - |
| CMYK | 0.79 | 0 | 0.68 | 0.11 |
| HSL | 128.33º | 0.76% | 0.54% | - |
| HSV(B) | 128.33º | 0.79% | 0.89% | - |
| XYZ | 29.81 | 56.01 | 15.37 | - |
| YUV | 155.51 | 80.87 | 50.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 72 | 0.79 | 0 | 0.68 | 0.11 | 128.33 | 0.76 | 0.54 |
| Hex | 2F | E3 | 48 | 4F | 0 | 44 | B | 80 | 4C | 36 |
| Octal | 57 | 343 | 110 | 117 | 0 | 104 | 13 | 200 | 114 | 66 |
| Binary | 101111 | 11100011 | 1001000 | 1001111 | 0 | 1000100 | 1011 | 10000000 | 1001100 | 110110 |
Color Harmonies of #2FE348
Complementary color
Monochromatic Colors of #2FE348
Black with #2FE348
Text Example
Text Example
White with #2FE348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE348; }
p { color: rgb(47,227,72); }
H1.HeaderClassName
{
color: #2FE348;
}
.AnyTagClassName
{
color: #2FE348;
}
</style>
background-color css
<style>
a { background-color: #2FE348; }
a { background-color: rgb(47,227,72); }
div.DivClassName
{
background-color: #2FE348;
}
.BgClassName
{
background-color: #2FE348;
}
</style>
border-color css
<style>
span { border-color: #2FE348; }
span { border-color: rgb(47,227,72); }
td.TdClassName
{
border-color: #2FE348;
}
.TagClassName
{
border-color: #2FE348;
}
</style>