Shades of Lime Green #2FBF3C
Tints of Lime Green #2FBF3C
RGB
CMYK
RGB Variations
Color information
#2FBF3C (or 0x2FBF3C) is known color: Lime Green. HEX triplet: 2F, BF and 3C. RGB value is (47,191,60). Sum of RGB (Red+Green+Blue) = 47+191+60=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 191 (75% from 255 or 64.09% from 298); Blue value is 60 (23.83% from 255 or 20.13% from 298); Max value from RGB is 191 - color contains mainly: green. Hex color #2FBF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FBF3C is #D040C3. Grayscale: #858585. Windows color (decimal): -13648068 or 3981103. OLE color: 3981103.
HSL color Cylindrical-coordinate representation of color #2FBF3C: hue angle of 125.42º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2FBF3C is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 191 | 60 | - |
| CMYK | 0.75 | 0 | 0.69 | 0.25 |
| HSL | 125.42º | 0.61% | 0.47% | - |
| HSV(B) | 125.42º | 0.75% | 0.75% | - |
| XYZ | 20.62 | 38.19 | 10.56 | - |
| YUV | 133.01 | 86.79 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 191 | 60 | 0.75 | 0 | 0.69 | 0.25 | 125.42 | 0.61 | 0.47 |
| Hex | 2F | BF | 3C | 4B | 0 | 45 | 19 | 7D | 3D | 2F |
| Octal | 57 | 277 | 74 | 113 | 0 | 105 | 31 | 175 | 75 | 57 |
| Binary | 101111 | 10111111 | 111100 | 1001011 | 0 | 1000101 | 11001 | 1111101 | 111101 | 101111 |
Color Harmonies of #2FBF3C
Complementary color
Monochromatic Colors of #2FBF3C
Black with #2FBF3C
Text Example
Text Example
White with #2FBF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FBF3C; }
p { color: rgb(47,191,60); }
H1.HeaderClassName
{
color: #2FBF3C;
}
.AnyTagClassName
{
color: #2FBF3C;
}
</style>
background-color css
<style>
a { background-color: #2FBF3C; }
a { background-color: rgb(47,191,60); }
div.DivClassName
{
background-color: #2FBF3C;
}
.BgClassName
{
background-color: #2FBF3C;
}
</style>
border-color css
<style>
span { border-color: #2FBF3C; }
span { border-color: rgb(47,191,60); }
td.TdClassName
{
border-color: #2FBF3C;
}
.TagClassName
{
border-color: #2FBF3C;
}
</style>