Shades of Lime Green #2FC51B
Tints of Lime Green #2FC51B
RGB
CMYK
RGB Variations
Color information
#2FC51B (or 0x2FC51B) is known color: Lime Green. HEX triplet: 2F, C5 and 1B. RGB value is (47,197,27). Sum of RGB (Red+Green+Blue) = 47+197+27=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 197 (77.34% from 255 or 72.69% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC51B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC51B is #D03AE4. Grayscale: #858585. Windows color (decimal): -13646565 or 1819951. OLE color: 1819951.
HSL color Cylindrical-coordinate representation of color #2FC51B: hue angle of 112.94º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2FC51B is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 27 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.23 |
| HSL | 112.94º | 0.76% | 0.44% | - |
| HSV(B) | 112.94º | 0.86% | 0.77% | - |
| XYZ | 21.34 | 40.62 | 7.75 | - |
| YUV | 132.77 | 68.31 | 66.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 27 | 0.76 | 0 | 0.86 | 0.23 | 112.94 | 0.76 | 0.44 |
| Hex | 2F | C5 | 1B | 4C | 0 | 56 | 17 | 71 | 4C | 2C |
| Octal | 57 | 305 | 33 | 114 | 0 | 126 | 27 | 161 | 114 | 54 |
| Binary | 101111 | 11000101 | 11011 | 1001100 | 0 | 1010110 | 10111 | 1110001 | 1001100 | 101100 |
Color Harmonies of #2FC51B
Complementary color
Monochromatic Colors of #2FC51B
Black with #2FC51B
Text Example
Text Example
White with #2FC51B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC51B; }
p { color: rgb(47,197,27); }
H1.HeaderClassName
{
color: #2FC51B;
}
.AnyTagClassName
{
color: #2FC51B;
}
</style>
background-color css
<style>
a { background-color: #2FC51B; }
a { background-color: rgb(47,197,27); }
div.DivClassName
{
background-color: #2FC51B;
}
.BgClassName
{
background-color: #2FC51B;
}
</style>
border-color css
<style>
span { border-color: #2FC51B; }
span { border-color: rgb(47,197,27); }
td.TdClassName
{
border-color: #2FC51B;
}
.TagClassName
{
border-color: #2FC51B;
}
</style>