Shades of Lime Green #2FC433
Tints of Lime Green #2FC433
RGB
CMYK
RGB Variations
Color information
#2FC433 (or 0x2FC433) is known color: Lime Green. HEX triplet: 2F, C4 and 33. RGB value is (47,196,51). Sum of RGB (Red+Green+Blue) = 47+196+51=294 (38% of max value = 765). Red value is 47 (18.75% from 255 or 15.99% from 294); Green value is 196 (76.95% from 255 or 66.67% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 196 - color contains mainly: green. Hex color #2FC433 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC433 is #D03BCC. Grayscale: #878787. Windows color (decimal): -13646797 or 3392559. OLE color: 3392559.
HSL color Cylindrical-coordinate representation of color #2FC433: hue angle of 121.61º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC433 is Cyan = 0.76, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 196 | 51 | - |
| CMYK | 0.76 | 0 | 0.74 | 0.23 |
| HSL | 121.61º | 0.61% | 0.48% | - |
| HSV(B) | 121.61º | 0.76% | 0.77% | - |
| XYZ | 21.51 | 40.32 | 9.78 | - |
| YUV | 134.92 | 80.64 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 196 | 51 | 0.76 | 0 | 0.74 | 0.23 | 121.61 | 0.61 | 0.48 |
| Hex | 2F | C4 | 33 | 4C | 0 | 4A | 17 | 7A | 3D | 30 |
| Octal | 57 | 304 | 63 | 114 | 0 | 112 | 27 | 172 | 75 | 60 |
| Binary | 101111 | 11000100 | 110011 | 1001100 | 0 | 1001010 | 10111 | 1111010 | 111101 | 110000 |
Color Harmonies of #2FC433
Complementary color
Monochromatic Colors of #2FC433
Black with #2FC433
Text Example
Text Example
White with #2FC433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC433; }
p { color: rgb(47,196,51); }
H1.HeaderClassName
{
color: #2FC433;
}
.AnyTagClassName
{
color: #2FC433;
}
</style>
background-color css
<style>
a { background-color: #2FC433; }
a { background-color: rgb(47,196,51); }
div.DivClassName
{
background-color: #2FC433;
}
.BgClassName
{
background-color: #2FC433;
}
</style>
border-color css
<style>
span { border-color: #2FC433; }
span { border-color: rgb(47,196,51); }
td.TdClassName
{
border-color: #2FC433;
}
.TagClassName
{
border-color: #2FC433;
}
</style>