Shades of Lime Green #2FD641
Tints of Lime Green #2FD641
RGB
CMYK
RGB Variations
Color information
#2FD641 (or 0x2FD641) is known color: Lime Green. HEX triplet: 2F, D6 and 41. RGB value is (47,214,65). Sum of RGB (Red+Green+Blue) = 47+214+65=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 214 (83.98% from 255 or 65.64% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 214 - color contains mainly: green. Hex color #2FD641 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD641 is #D029BE. Grayscale: #939393. Windows color (decimal): -13642175 or 4314671. OLE color: 4314671.
HSL color Cylindrical-coordinate representation of color #2FD641: hue angle of 126.47º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD641 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 214 | 65 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.16 |
| HSL | 126.47º | 0.67% | 0.51% | - |
| HSV(B) | 126.47º | 0.78% | 0.84% | - |
| XYZ | 26.17 | 49.08 | 13.09 | - |
| YUV | 147.08 | 81.67 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 214 | 65 | 0.78 | 0 | 0.70 | 0.16 | 126.47 | 0.67 | 0.51 |
| Hex | 2F | D6 | 41 | 4E | 0 | 46 | 10 | 7E | 43 | 33 |
| Octal | 57 | 326 | 101 | 116 | 0 | 106 | 20 | 176 | 103 | 63 |
| Binary | 101111 | 11010110 | 1000001 | 1001110 | 0 | 1000110 | 10000 | 1111110 | 1000011 | 110011 |
Color Harmonies of #2FD641
Complementary color
Monochromatic Colors of #2FD641
Black with #2FD641
Text Example
Text Example
White with #2FD641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD641; }
p { color: rgb(47,214,65); }
H1.HeaderClassName
{
color: #2FD641;
}
.AnyTagClassName
{
color: #2FD641;
}
</style>
background-color css
<style>
a { background-color: #2FD641; }
a { background-color: rgb(47,214,65); }
div.DivClassName
{
background-color: #2FD641;
}
.BgClassName
{
background-color: #2FD641;
}
</style>
border-color css
<style>
span { border-color: #2FD641; }
span { border-color: rgb(47,214,65); }
td.TdClassName
{
border-color: #2FD641;
}
.TagClassName
{
border-color: #2FD641;
}
</style>