Shades of Lime Green #2FC023
Tints of Lime Green #2FC023
RGB
CMYK
RGB Variations
Color information
#2FC023 (or 0x2FC023) is known color: Lime Green. HEX triplet: 2F, C0 and 23. RGB value is (47,192,35). Sum of RGB (Red+Green+Blue) = 47+192+35=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 192 (75.39% from 255 or 70.07% from 274); Blue value is 35 (14.06% from 255 or 12.77% from 274); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC023 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC023 is #D03FDC. Grayscale: #838383. Windows color (decimal): -13647837 or 2342959. OLE color: 2342959.
HSL color Cylindrical-coordinate representation of color #2FC023: hue angle of 115.41º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FC023 is Cyan = 0.76, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 35 | - |
| CMYK | 0.76 | 0 | 0.82 | 0.25 |
| HSL | 115.41º | 0.69% | 0.45% | - |
| HSV(B) | 115.41º | 0.82% | 0.75% | - |
| XYZ | 20.33 | 38.42 | 7.94 | - |
| YUV | 130.75 | 73.96 | 68.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 35 | 0.76 | 0 | 0.82 | 0.25 | 115.41 | 0.69 | 0.45 |
| Hex | 2F | C0 | 23 | 4C | 0 | 52 | 19 | 73 | 45 | 2D |
| Octal | 57 | 300 | 43 | 114 | 0 | 122 | 31 | 163 | 105 | 55 |
| Binary | 101111 | 11000000 | 100011 | 1001100 | 0 | 1010010 | 11001 | 1110011 | 1000101 | 101101 |
Color Harmonies of #2FC023
Complementary color
Monochromatic Colors of #2FC023
Black with #2FC023
Text Example
Text Example
White with #2FC023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC023; }
p { color: rgb(47,192,35); }
H1.HeaderClassName
{
color: #2FC023;
}
.AnyTagClassName
{
color: #2FC023;
}
</style>
background-color css
<style>
a { background-color: #2FC023; }
a { background-color: rgb(47,192,35); }
div.DivClassName
{
background-color: #2FC023;
}
.BgClassName
{
background-color: #2FC023;
}
</style>
border-color css
<style>
span { border-color: #2FC023; }
span { border-color: rgb(47,192,35); }
td.TdClassName
{
border-color: #2FC023;
}
.TagClassName
{
border-color: #2FC023;
}
</style>