Shades of Lime Green #2FC022
Tints of Lime Green #2FC022
RGB
CMYK
RGB Variations
Color information
#2FC022 (or 0x2FC022) is known color: Lime Green. HEX triplet: 2F, C0 and 22. RGB value is (47,192,34). Sum of RGB (Red+Green+Blue) = 47+192+34=273 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.22% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 34 (13.67% from 255 or 12.45% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC022 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC022 is #D03FDD. Grayscale: #838383. Windows color (decimal): -13647838 or 2277423. OLE color: 2277423.
HSL color Cylindrical-coordinate representation of color #2FC022: hue angle of 115.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FC022 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 34 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.25 |
| HSL | 115.06º | 0.7% | 0.44% | - |
| HSV(B) | 115.06º | 0.82% | 0.75% | - |
| XYZ | 20.31 | 38.42 | 7.86 | - |
| YUV | 130.63 | 73.46 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 34 | 0.76 | 0 | 0.82 | 0.25 | 115.06 | 0.7 | 0.44 |
| Hex | 2F | C0 | 22 | 4C | 0 | 52 | 19 | 73 | 46 | 2C |
| Octal | 57 | 300 | 42 | 114 | 0 | 122 | 31 | 163 | 106 | 54 |
| Binary | 101111 | 11000000 | 100010 | 1001100 | 0 | 1010010 | 11001 | 1110011 | 1000110 | 101100 |
Color Harmonies of #2FC022
Complementary color
Monochromatic Colors of #2FC022
Black with #2FC022
Text Example
Text Example
White with #2FC022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC022; }
p { color: rgb(47,192,34); }
H1.HeaderClassName
{
color: #2FC022;
}
.AnyTagClassName
{
color: #2FC022;
}
</style>
background-color css
<style>
a { background-color: #2FC022; }
a { background-color: rgb(47,192,34); }
div.DivClassName
{
background-color: #2FC022;
}
.BgClassName
{
background-color: #2FC022;
}
</style>
border-color css
<style>
span { border-color: #2FC022; }
span { border-color: rgb(47,192,34); }
td.TdClassName
{
border-color: #2FC022;
}
.TagClassName
{
border-color: #2FC022;
}
</style>