Shades of Lime Green #2FC915
Tints of Lime Green #2FC915
RGB
CMYK
RGB Variations
Color information
#2FC915 (or 0x2FC915) is known color: Lime Green. HEX triplet: 2F, C9 and 15. RGB value is (47,201,21). Sum of RGB (Red+Green+Blue) = 47+201+21=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 201 (78.91% from 255 or 74.72% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC915 is #D036EA. Grayscale: #878787. Windows color (decimal): -13645547 or 1427759. OLE color: 1427759.
HSL color Cylindrical-coordinate representation of color #2FC915: hue angle of 111.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2FC915 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 21 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.21 |
| HSL | 111.33º | 0.81% | 0.44% | - |
| HSV(B) | 111.33º | 0.9% | 0.79% | - |
| XYZ | 22.19 | 42.43 | 7.73 | - |
| YUV | 134.43 | 63.98 | 65.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 21 | 0.77 | 0 | 0.90 | 0.21 | 111.33 | 0.81 | 0.44 |
| Hex | 2F | C9 | 15 | 4D | 0 | 5A | 15 | 6F | 51 | 2C |
| Octal | 57 | 311 | 25 | 115 | 0 | 132 | 25 | 157 | 121 | 54 |
| Binary | 101111 | 11001001 | 10101 | 1001101 | 0 | 1011010 | 10101 | 1101111 | 1010001 | 101100 |
Color Harmonies of #2FC915
Complementary color
Monochromatic Colors of #2FC915
Black with #2FC915
Text Example
Text Example
White with #2FC915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC915; }
p { color: rgb(47,201,21); }
H1.HeaderClassName
{
color: #2FC915;
}
.AnyTagClassName
{
color: #2FC915;
}
</style>
background-color css
<style>
a { background-color: #2FC915; }
a { background-color: rgb(47,201,21); }
div.DivClassName
{
background-color: #2FC915;
}
.BgClassName
{
background-color: #2FC915;
}
</style>
border-color css
<style>
span { border-color: #2FC915; }
span { border-color: rgb(47,201,21); }
td.TdClassName
{
border-color: #2FC915;
}
.TagClassName
{
border-color: #2FC915;
}
</style>