Shades of Lime Green #2FF43D
Tints of Lime Green #2FF43D
RGB
CMYK
RGB Variations
Color information
#2FF43D (or 0x2FF43D) is known color: Lime Green. HEX triplet: 2F, F4 and 3D. RGB value is (47,244,61). Sum of RGB (Red+Green+Blue) = 47+244+61=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 244 (95.70% from 255 or 69.32% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF43D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF43D is #D00BC2. Grayscale: #A4A4A4. Windows color (decimal): -13634499 or 4060207. OLE color: 4060207.
HSL color Cylindrical-coordinate representation of color #2FF43D: hue angle of 124.26º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF43D is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 61 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.04 |
| HSL | 124.26º | 0.9% | 0.57% | - |
| HSV(B) | 124.26º | 0.81% | 0.96% | - |
| XYZ | 34.37 | 65.64 | 15.27 | - |
| YUV | 164.24 | 69.73 | 44.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 61 | 0.81 | 0 | 0.75 | 0.04 | 124.26 | 0.9 | 0.57 |
| Hex | 2F | F4 | 3D | 51 | 0 | 4B | 4 | 7C | 5A | 39 |
| Octal | 57 | 364 | 75 | 121 | 0 | 113 | 4 | 174 | 132 | 71 |
| Binary | 101111 | 11110100 | 111101 | 1010001 | 0 | 1001011 | 100 | 1111100 | 1011010 | 111001 |
Color Harmonies of #2FF43D
Complementary color
Monochromatic Colors of #2FF43D
Black with #2FF43D
Text Example
Text Example
White with #2FF43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF43D; }
p { color: rgb(47,244,61); }
H1.HeaderClassName
{
color: #2FF43D;
}
.AnyTagClassName
{
color: #2FF43D;
}
</style>
background-color css
<style>
a { background-color: #2FF43D; }
a { background-color: rgb(47,244,61); }
div.DivClassName
{
background-color: #2FF43D;
}
.BgClassName
{
background-color: #2FF43D;
}
</style>
border-color css
<style>
span { border-color: #2FF43D; }
span { border-color: rgb(47,244,61); }
td.TdClassName
{
border-color: #2FF43D;
}
.TagClassName
{
border-color: #2FF43D;
}
</style>