Shades of Lime Green #2FC83C
Tints of Lime Green #2FC83C
RGB
CMYK
RGB Variations
Color information
#2FC83C (or 0x2FC83C) is known color: Lime Green. HEX triplet: 2F, C8 and 3C. RGB value is (47,200,60). Sum of RGB (Red+Green+Blue) = 47+200+60=307 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.31% from 307); Green value is 200 (78.52% from 255 or 65.15% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 200 - color contains mainly: green. Hex color #2FC83C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC83C is #D037C3. Grayscale: #8A8A8A. Windows color (decimal): -13645764 or 3983407. OLE color: 3983407.
HSL color Cylindrical-coordinate representation of color #2FC83C: hue angle of 125.1º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC83C is Cyan = 0.76, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 200 | 60 | - |
| CMYK | 0.76 | 0 | 0.7 | 0.22 |
| HSL | 125.1º | 0.62% | 0.48% | - |
| HSV(B) | 125.1º | 0.77% | 0.78% | - |
| XYZ | 22.64 | 42.24 | 11.23 | - |
| YUV | 138.29 | 83.81 | 62.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 200 | 60 | 0.76 | 0 | 0.7 | 0.22 | 125.1 | 0.62 | 0.48 |
| Hex | 2F | C8 | 3C | 4C | 0 | 46 | 16 | 7D | 3E | 30 |
| Octal | 57 | 310 | 74 | 114 | 0 | 106 | 26 | 175 | 76 | 60 |
| Binary | 101111 | 11001000 | 111100 | 1001100 | 0 | 1000110 | 10110 | 1111101 | 111110 | 110000 |
Color Harmonies of #2FC83C
Complementary color
Monochromatic Colors of #2FC83C
Black with #2FC83C
Text Example
Text Example
White with #2FC83C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC83C; }
p { color: rgb(47,200,60); }
H1.HeaderClassName
{
color: #2FC83C;
}
.AnyTagClassName
{
color: #2FC83C;
}
</style>
background-color css
<style>
a { background-color: #2FC83C; }
a { background-color: rgb(47,200,60); }
div.DivClassName
{
background-color: #2FC83C;
}
.BgClassName
{
background-color: #2FC83C;
}
</style>
border-color css
<style>
span { border-color: #2FC83C; }
span { border-color: rgb(47,200,60); }
td.TdClassName
{
border-color: #2FC83C;
}
.TagClassName
{
border-color: #2FC83C;
}
</style>