Shades of Lime Green #2FFD36
Tints of Lime Green #2FFD36
RGB
CMYK
RGB Variations
Color information
#2FFD36 (or 0x2FFD36) is known color: Lime Green. HEX triplet: 2F, FD and 36. RGB value is (47,253,54). Sum of RGB (Red+Green+Blue) = 47+253+54=354 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.28% from 354); Green value is 253 (99.22% from 255 or 71.47% from 354); Blue value is 54 (21.48% from 255 or 15.25% from 354); Max value from RGB is 253 - color contains mainly: green. Hex color #2FFD36 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFD36 is #D002C9. Grayscale: #A9A9A9. Windows color (decimal): -13632202 or 3603759. OLE color: 3603759.
HSL color Cylindrical-coordinate representation of color #2FFD36: hue angle of 122.04º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFD36 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 253 | 54 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.01 |
| HSL | 122.04º | 0.98% | 0.59% | - |
| HSV(B) | 122.04º | 0.81% | 0.99% | - |
| XYZ | 36.96 | 71.12 | 15.27 | - |
| YUV | 168.72 | 63.25 | 41.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 253 | 54 | 0.81 | 0 | 0.79 | 0.01 | 122.04 | 0.98 | 0.59 |
| Hex | 2F | FD | 36 | 51 | 0 | 4F | 1 | 7A | 62 | 3B |
| Octal | 57 | 375 | 66 | 121 | 0 | 117 | 1 | 172 | 142 | 73 |
| Binary | 101111 | 11111101 | 110110 | 1010001 | 0 | 1001111 | 1 | 1111010 | 1100010 | 111011 |
Color Harmonies of #2FFD36
Complementary color
Monochromatic Colors of #2FFD36
Black with #2FFD36
Text Example
Text Example
White with #2FFD36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFD36; }
p { color: rgb(47,253,54); }
H1.HeaderClassName
{
color: #2FFD36;
}
.AnyTagClassName
{
color: #2FFD36;
}
</style>
background-color css
<style>
a { background-color: #2FFD36; }
a { background-color: rgb(47,253,54); }
div.DivClassName
{
background-color: #2FFD36;
}
.BgClassName
{
background-color: #2FFD36;
}
</style>
border-color css
<style>
span { border-color: #2FFD36; }
span { border-color: rgb(47,253,54); }
td.TdClassName
{
border-color: #2FFD36;
}
.TagClassName
{
border-color: #2FFD36;
}
</style>