Shades of Lime Green #2FC33E
Tints of Lime Green #2FC33E
RGB
CMYK
RGB Variations
Color information
#2FC33E (or 0x2FC33E) is known color: Lime Green. HEX triplet: 2F, C3 and 3E. RGB value is (47,195,62). Sum of RGB (Red+Green+Blue) = 47+195+62=304 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.46% from 304); Green value is 195 (76.56% from 255 or 64.14% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC33E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC33E is #D03CC1. Grayscale: #878787. Windows color (decimal): -13647042 or 4113199. OLE color: 4113199.
HSL color Cylindrical-coordinate representation of color #2FC33E: hue angle of 126.08º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC33E is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 62 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.24 |
| HSL | 126.08º | 0.61% | 0.47% | - |
| HSV(B) | 126.08º | 0.76% | 0.76% | - |
| XYZ | 21.56 | 39.98 | 11.14 | - |
| YUV | 135.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 62 | 0.76 | 0 | 0.68 | 0.24 | 126.08 | 0.61 | 0.47 |
| Hex | 2F | C3 | 3E | 4C | 0 | 44 | 18 | 7E | 3D | 2F |
| Octal | 57 | 303 | 76 | 114 | 0 | 104 | 30 | 176 | 75 | 57 |
| Binary | 101111 | 11000011 | 111110 | 1001100 | 0 | 1000100 | 11000 | 1111110 | 111101 | 101111 |
Color Harmonies of #2FC33E
Complementary color
Monochromatic Colors of #2FC33E
Black with #2FC33E
Text Example
Text Example
White with #2FC33E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC33E; }
p { color: rgb(47,195,62); }
H1.HeaderClassName
{
color: #2FC33E;
}
.AnyTagClassName
{
color: #2FC33E;
}
</style>
background-color css
<style>
a { background-color: #2FC33E; }
a { background-color: rgb(47,195,62); }
div.DivClassName
{
background-color: #2FC33E;
}
.BgClassName
{
background-color: #2FC33E;
}
</style>
border-color css
<style>
span { border-color: #2FC33E; }
span { border-color: rgb(47,195,62); }
td.TdClassName
{
border-color: #2FC33E;
}
.TagClassName
{
border-color: #2FC33E;
}
</style>