Shades of Lime Green #2FFC3D
Tints of Lime Green #2FFC3D
RGB
CMYK
RGB Variations
Color information
#2FFC3D (or 0x2FFC3D) is known color: Lime Green. HEX triplet: 2F, FC and 3D. RGB value is (47,252,61). Sum of RGB (Red+Green+Blue) = 47+252+61=360 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.06% from 360); Green value is 252 (98.83% from 255 or 70% from 360); Blue value is 61 (24.22% from 255 or 16.94% from 360); Max value from RGB is 252 - color contains mainly: green. Hex color #2FFC3D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFC3D is #D003C2. Grayscale: #A9A9A9. Windows color (decimal): -13632451 or 4062255. OLE color: 4062255.
HSL color Cylindrical-coordinate representation of color #2FFC3D: hue angle of 124.1º degrees, saturation: 0.97, 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 #2FFC3D is Cyan = 0.81, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 47 | 252 | 61 | - |
| CMYK | 0.81 | 0 | 0.76 | 0.01 |
| HSL | 124.1º | 0.97% | 0.59% | - |
| HSV(B) | 124.1º | 0.81% | 0.99% | - |
| XYZ | 36.83 | 70.56 | 16.09 | - |
| YUV | 168.93 | 67.08 | 41.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 252 | 61 | 0.81 | 0 | 0.76 | 0.01 | 124.1 | 0.97 | 0.59 |
| Hex | 2F | FC | 3D | 51 | 0 | 4C | 1 | 7C | 61 | 3B |
| Octal | 57 | 374 | 75 | 121 | 0 | 114 | 1 | 174 | 141 | 73 |
| Binary | 101111 | 11111100 | 111101 | 1010001 | 0 | 1001100 | 1 | 1111100 | 1100001 | 111011 |
Color Harmonies of #2FFC3D
Complementary color
Monochromatic Colors of #2FFC3D
Black with #2FFC3D
Text Example
Text Example
White with #2FFC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFC3D; }
p { color: rgb(47,252,61); }
H1.HeaderClassName
{
color: #2FFC3D;
}
.AnyTagClassName
{
color: #2FFC3D;
}
</style>
background-color css
<style>
a { background-color: #2FFC3D; }
a { background-color: rgb(47,252,61); }
div.DivClassName
{
background-color: #2FFC3D;
}
.BgClassName
{
background-color: #2FFC3D;
}
</style>
border-color css
<style>
span { border-color: #2FFC3D; }
span { border-color: rgb(47,252,61); }
td.TdClassName
{
border-color: #2FFC3D;
}
.TagClassName
{
border-color: #2FFC3D;
}
</style>