Shades of Lime Green #2FC32B
Tints of Lime Green #2FC32B
RGB
CMYK
RGB Variations
Color information
#2FC32B (or 0x2FC32B) is known color: Lime Green. HEX triplet: 2F, C3 and 2B. RGB value is (47,195,43). Sum of RGB (Red+Green+Blue) = 47+195+43=285 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.49% from 285); Green value is 195 (76.56% from 255 or 68.42% from 285); Blue value is 43 (17.19% from 255 or 15.09% from 285); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC32B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC32B is #D03CD4. Grayscale: #858585. Windows color (decimal): -13647061 or 2868015. OLE color: 2868015.
HSL color Cylindrical-coordinate representation of color #2FC32B: hue angle of 118.42º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FC32B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 43 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.24 |
| HSL | 118.42º | 0.64% | 0.47% | - |
| HSV(B) | 118.42º | 0.78% | 0.76% | - |
| XYZ | 21.12 | 39.81 | 8.86 | - |
| YUV | 133.42 | 76.97 | 66.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 43 | 0.76 | 0 | 0.78 | 0.24 | 118.42 | 0.64 | 0.47 |
| Hex | 2F | C3 | 2B | 4C | 0 | 4E | 18 | 76 | 40 | 2F |
| Octal | 57 | 303 | 53 | 114 | 0 | 116 | 30 | 166 | 100 | 57 |
| Binary | 101111 | 11000011 | 101011 | 1001100 | 0 | 1001110 | 11000 | 1110110 | 1000000 | 101111 |
Color Harmonies of #2FC32B
Complementary color
Monochromatic Colors of #2FC32B
Black with #2FC32B
Text Example
Text Example
White with #2FC32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC32B; }
p { color: rgb(47,195,43); }
H1.HeaderClassName
{
color: #2FC32B;
}
.AnyTagClassName
{
color: #2FC32B;
}
</style>
background-color css
<style>
a { background-color: #2FC32B; }
a { background-color: rgb(47,195,43); }
div.DivClassName
{
background-color: #2FC32B;
}
.BgClassName
{
background-color: #2FC32B;
}
</style>
border-color css
<style>
span { border-color: #2FC32B; }
span { border-color: rgb(47,195,43); }
td.TdClassName
{
border-color: #2FC32B;
}
.TagClassName
{
border-color: #2FC32B;
}
</style>