Shades of Lime Green #2FCF0F
Tints of Lime Green #2FCF0F
RGB
CMYK
RGB Variations
Color information
#2FCF0F (or 0x2FCF0F) is known color: Lime Green. HEX triplet: 2F, CF and 0F. RGB value is (47,207,15). Sum of RGB (Red+Green+Blue) = 47+207+15=269 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.47% from 269); Green value is 207 (81.25% from 255 or 76.95% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 207 - color contains mainly: green. Hex color #2FCF0F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FCF0F is #D030F0. Grayscale: #898989. Windows color (decimal): -13644017 or 1036079. OLE color: 1036079.
HSL color Cylindrical-coordinate representation of color #2FCF0F: hue angle of 110º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2FCF0F is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 207 | 15 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.19 |
| HSL | 110º | 0.86% | 0.44% | - |
| HSV(B) | 110º | 0.93% | 0.81% | - |
| XYZ | 23.57 | 45.26 | 7.95 | - |
| YUV | 137.27 | 58.99 | 63.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 207 | 15 | 0.77 | 0 | 0.93 | 0.19 | 110 | 0.86 | 0.44 |
| Hex | 2F | CF | F | 4D | 0 | 5D | 13 | 6E | 56 | 2C |
| Octal | 57 | 317 | 17 | 115 | 0 | 135 | 23 | 156 | 126 | 54 |
| Binary | 101111 | 11001111 | 1111 | 1001101 | 0 | 1011101 | 10011 | 1101110 | 1010110 | 101100 |
Color Harmonies of #2FCF0F
Complementary color
Monochromatic Colors of #2FCF0F
Black with #2FCF0F
Text Example
Text Example
White with #2FCF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCF0F; }
p { color: rgb(47,207,15); }
H1.HeaderClassName
{
color: #2FCF0F;
}
.AnyTagClassName
{
color: #2FCF0F;
}
</style>
background-color css
<style>
a { background-color: #2FCF0F; }
a { background-color: rgb(47,207,15); }
div.DivClassName
{
background-color: #2FCF0F;
}
.BgClassName
{
background-color: #2FCF0F;
}
</style>
border-color css
<style>
span { border-color: #2FCF0F; }
span { border-color: rgb(47,207,15); }
td.TdClassName
{
border-color: #2FCF0F;
}
.TagClassName
{
border-color: #2FCF0F;
}
</style>