Shades of Lime Green #2FDC36
Tints of Lime Green #2FDC36
RGB
CMYK
RGB Variations
Color information
#2FDC36 (or 0x2FDC36) is known color: Lime Green. HEX triplet: 2F, DC and 36. RGB value is (47,220,54). Sum of RGB (Red+Green+Blue) = 47+220+54=321 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.64% from 321); Green value is 220 (86.33% from 255 or 68.54% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 220 - color contains mainly: green. Hex color #2FDC36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FDC36 is #D023C9. Grayscale: #959595. Windows color (decimal): -13640650 or 3595311. OLE color: 3595311.
HSL color Cylindrical-coordinate representation of color #2FDC36: hue angle of 122.43º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FDC36 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 47 | 220 | 54 | - |
| CMYK | 0.79 | 0 | 0.75 | 0.14 |
| HSL | 122.43º | 0.71% | 0.52% | - |
| HSV(B) | 122.43º | 0.79% | 0.86% | - |
| XYZ | 27.43 | 52.06 | 12.09 | - |
| YUV | 149.35 | 74.19 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 220 | 54 | 0.79 | 0 | 0.75 | 0.14 | 122.43 | 0.71 | 0.52 |
| Hex | 2F | DC | 36 | 4F | 0 | 4B | E | 7A | 47 | 34 |
| Octal | 57 | 334 | 66 | 117 | 0 | 113 | 16 | 172 | 107 | 64 |
| Binary | 101111 | 11011100 | 110110 | 1001111 | 0 | 1001011 | 1110 | 1111010 | 1000111 | 110100 |
Color Harmonies of #2FDC36
Complementary color
Monochromatic Colors of #2FDC36
Black with #2FDC36
Text Example
Text Example
White with #2FDC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FDC36; }
p { color: rgb(47,220,54); }
H1.HeaderClassName
{
color: #2FDC36;
}
.AnyTagClassName
{
color: #2FDC36;
}
</style>
background-color css
<style>
a { background-color: #2FDC36; }
a { background-color: rgb(47,220,54); }
div.DivClassName
{
background-color: #2FDC36;
}
.BgClassName
{
background-color: #2FDC36;
}
</style>
border-color css
<style>
span { border-color: #2FDC36; }
span { border-color: rgb(47,220,54); }
td.TdClassName
{
border-color: #2FDC36;
}
.TagClassName
{
border-color: #2FDC36;
}
</style>