Shades of Lime Green #2FC938
Tints of Lime Green #2FC938
RGB
CMYK
RGB Variations
Color information
#2FC938 (or 0x2FC938) is known color: Lime Green. HEX triplet: 2F, C9 and 38. RGB value is (47,201,56). Sum of RGB (Red+Green+Blue) = 47+201+56=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 201 (78.91% from 255 or 66.12% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC938 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC938 is #D036C7. Grayscale: #8A8A8A. Windows color (decimal): -13645512 or 3721519. OLE color: 3721519.
HSL color Cylindrical-coordinate representation of color #2FC938: hue angle of 123.51º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FC938 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 56 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.21 |
| HSL | 123.51º | 0.62% | 0.49% | - |
| HSV(B) | 123.51º | 0.77% | 0.79% | - |
| XYZ | 22.77 | 42.66 | 10.78 | - |
| YUV | 138.42 | 81.48 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 56 | 0.77 | 0 | 0.72 | 0.21 | 123.51 | 0.62 | 0.49 |
| Hex | 2F | C9 | 38 | 4D | 0 | 48 | 15 | 7C | 3E | 31 |
| Octal | 57 | 311 | 70 | 115 | 0 | 110 | 25 | 174 | 76 | 61 |
| Binary | 101111 | 11001001 | 111000 | 1001101 | 0 | 1001000 | 10101 | 1111100 | 111110 | 110001 |
Color Harmonies of #2FC938
Complementary color
Monochromatic Colors of #2FC938
Black with #2FC938
Text Example
Text Example
White with #2FC938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC938; }
p { color: rgb(47,201,56); }
H1.HeaderClassName
{
color: #2FC938;
}
.AnyTagClassName
{
color: #2FC938;
}
</style>
background-color css
<style>
a { background-color: #2FC938; }
a { background-color: rgb(47,201,56); }
div.DivClassName
{
background-color: #2FC938;
}
.BgClassName
{
background-color: #2FC938;
}
</style>
border-color css
<style>
span { border-color: #2FC938; }
span { border-color: rgb(47,201,56); }
td.TdClassName
{
border-color: #2FC938;
}
.TagClassName
{
border-color: #2FC938;
}
</style>