Shades of Lime Green #2FD83F
Tints of Lime Green #2FD83F
RGB
CMYK
RGB Variations
Color information
#2FD83F (or 0x2FD83F) is known color: Lime Green. HEX triplet: 2F, D8 and 3F. RGB value is (47,216,63). Sum of RGB (Red+Green+Blue) = 47+216+63=326 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.42% from 326); Green value is 216 (84.77% from 255 or 66.26% from 326); Blue value is 63 (25% from 255 or 19.33% from 326); Max value from RGB is 216 - color contains mainly: green. Hex color #2FD83F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD83F is #D027C0. Grayscale: #949494. Windows color (decimal): -13641665 or 4184111. OLE color: 4184111.
HSL color Cylindrical-coordinate representation of color #2FD83F: hue angle of 125.68º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD83F is Cyan = 0.78, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 216 | 63 | - |
| CMYK | 0.78 | 0 | 0.71 | 0.15 |
| HSL | 125.68º | 0.68% | 0.52% | - |
| HSV(B) | 125.68º | 0.78% | 0.85% | - |
| XYZ | 26.63 | 50.07 | 12.96 | - |
| YUV | 148.03 | 80.01 | 55.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 216 | 63 | 0.78 | 0 | 0.71 | 0.15 | 125.68 | 0.68 | 0.52 |
| Hex | 2F | D8 | 3F | 4E | 0 | 47 | F | 7E | 44 | 34 |
| Octal | 57 | 330 | 77 | 116 | 0 | 107 | 17 | 176 | 104 | 64 |
| Binary | 101111 | 11011000 | 111111 | 1001110 | 0 | 1000111 | 1111 | 1111110 | 1000100 | 110100 |
Color Harmonies of #2FD83F
Complementary color
Monochromatic Colors of #2FD83F
Black with #2FD83F
Text Example
Text Example
White with #2FD83F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD83F; }
p { color: rgb(47,216,63); }
H1.HeaderClassName
{
color: #2FD83F;
}
.AnyTagClassName
{
color: #2FD83F;
}
</style>
background-color css
<style>
a { background-color: #2FD83F; }
a { background-color: rgb(47,216,63); }
div.DivClassName
{
background-color: #2FD83F;
}
.BgClassName
{
background-color: #2FD83F;
}
</style>
border-color css
<style>
span { border-color: #2FD83F; }
span { border-color: rgb(47,216,63); }
td.TdClassName
{
border-color: #2FD83F;
}
.TagClassName
{
border-color: #2FD83F;
}
</style>