Shades of Lime Green #2FD93C
Tints of Lime Green #2FD93C
RGB
CMYK
RGB Variations
Color information
#2FD93C (or 0x2FD93C) is known color: Lime Green. HEX triplet: 2F, D9 and 3C. RGB value is (47,217,60). Sum of RGB (Red+Green+Blue) = 47+217+60=324 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.51% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #2FD93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FD93C is #D026C3. Grayscale: #949494. Windows color (decimal): -13641412 or 3987759. OLE color: 3987759.
HSL color Cylindrical-coordinate representation of color #2FD93C: hue angle of 124.59º degrees, saturation: 0.69, 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 #2FD93C is Cyan = 0.78, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 47 | 217 | 60 | - |
| CMYK | 0.78 | 0 | 0.72 | 0.15 |
| HSL | 124.59º | 0.69% | 0.52% | - |
| HSV(B) | 124.59º | 0.78% | 0.85% | - |
| XYZ | 26.8 | 50.56 | 12.62 | - |
| YUV | 148.27 | 78.18 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 217 | 60 | 0.78 | 0 | 0.72 | 0.15 | 124.59 | 0.69 | 0.52 |
| Hex | 2F | D9 | 3C | 4E | 0 | 48 | F | 7D | 45 | 34 |
| Octal | 57 | 331 | 74 | 116 | 0 | 110 | 17 | 175 | 105 | 64 |
| Binary | 101111 | 11011001 | 111100 | 1001110 | 0 | 1001000 | 1111 | 1111101 | 1000101 | 110100 |
Color Harmonies of #2FD93C
Complementary color
Monochromatic Colors of #2FD93C
Black with #2FD93C
Text Example
Text Example
White with #2FD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD93C; }
p { color: rgb(47,217,60); }
H1.HeaderClassName
{
color: #2FD93C;
}
.AnyTagClassName
{
color: #2FD93C;
}
</style>
background-color css
<style>
a { background-color: #2FD93C; }
a { background-color: rgb(47,217,60); }
div.DivClassName
{
background-color: #2FD93C;
}
.BgClassName
{
background-color: #2FD93C;
}
</style>
border-color css
<style>
span { border-color: #2FD93C; }
span { border-color: rgb(47,217,60); }
td.TdClassName
{
border-color: #2FD93C;
}
.TagClassName
{
border-color: #2FD93C;
}
</style>