Shades of Lime Green #2FC026
Tints of Lime Green #2FC026
RGB
CMYK
RGB Variations
Color information
#2FC026 (or 0x2FC026) is known color: Lime Green. HEX triplet: 2F, C0 and 26. RGB value is (47,192,38). Sum of RGB (Red+Green+Blue) = 47+192+38=277 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.97% from 277); Green value is 192 (75.39% from 255 or 69.31% from 277); Blue value is 38 (15.23% from 255 or 13.72% from 277); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC026 is #D03FD9. Grayscale: #838383. Windows color (decimal): -13647834 or 2539567. OLE color: 2539567.
HSL color Cylindrical-coordinate representation of color #2FC026: hue angle of 116.49º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FC026 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 38 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.25 |
| HSL | 116.49º | 0.67% | 0.45% | - |
| HSV(B) | 116.49º | 0.8% | 0.75% | - |
| XYZ | 20.37 | 38.44 | 8.18 | - |
| YUV | 131.09 | 75.46 | 68.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 38 | 0.76 | 0 | 0.80 | 0.25 | 116.49 | 0.67 | 0.45 |
| Hex | 2F | C0 | 26 | 4C | 0 | 50 | 19 | 74 | 43 | 2D |
| Octal | 57 | 300 | 46 | 114 | 0 | 120 | 31 | 164 | 103 | 55 |
| Binary | 101111 | 11000000 | 100110 | 1001100 | 0 | 1010000 | 11001 | 1110100 | 1000011 | 101101 |
Color Harmonies of #2FC026
Complementary color
Monochromatic Colors of #2FC026
Black with #2FC026
Text Example
Text Example
White with #2FC026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC026; }
p { color: rgb(47,192,38); }
H1.HeaderClassName
{
color: #2FC026;
}
.AnyTagClassName
{
color: #2FC026;
}
</style>
background-color css
<style>
a { background-color: #2FC026; }
a { background-color: rgb(47,192,38); }
div.DivClassName
{
background-color: #2FC026;
}
.BgClassName
{
background-color: #2FC026;
}
</style>
border-color css
<style>
span { border-color: #2FC026; }
span { border-color: rgb(47,192,38); }
td.TdClassName
{
border-color: #2FC026;
}
.TagClassName
{
border-color: #2FC026;
}
</style>