Shades of Lime Green #2FC027
Tints of Lime Green #2FC027
RGB
CMYK
RGB Variations
Color information
#2FC027 (or 0x2FC027) is known color: Lime Green. HEX triplet: 2F, C0 and 27. RGB value is (47,192,39). Sum of RGB (Red+Green+Blue) = 47+192+39=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 192 (75.39% from 255 or 69.06% from 278); Blue value is 39 (15.62% from 255 or 14.03% from 278); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC027 is #D03FD8. Grayscale: #838383. Windows color (decimal): -13647833 or 2605103. OLE color: 2605103.
HSL color Cylindrical-coordinate representation of color #2FC027: hue angle of 116.86º degrees, saturation: 0.66, 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 #2FC027 is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 39 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.25 |
| HSL | 116.86º | 0.66% | 0.45% | - |
| HSV(B) | 116.86º | 0.8% | 0.75% | - |
| XYZ | 20.39 | 38.45 | 8.27 | - |
| YUV | 131.2 | 75.96 | 67.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 39 | 0.76 | 0 | 0.80 | 0.25 | 116.86 | 0.66 | 0.45 |
| Hex | 2F | C0 | 27 | 4C | 0 | 50 | 19 | 75 | 42 | 2D |
| Octal | 57 | 300 | 47 | 114 | 0 | 120 | 31 | 165 | 102 | 55 |
| Binary | 101111 | 11000000 | 100111 | 1001100 | 0 | 1010000 | 11001 | 1110101 | 1000010 | 101101 |
Color Harmonies of #2FC027
Complementary color
Monochromatic Colors of #2FC027
Black with #2FC027
Text Example
Text Example
White with #2FC027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC027; }
p { color: rgb(47,192,39); }
H1.HeaderClassName
{
color: #2FC027;
}
.AnyTagClassName
{
color: #2FC027;
}
</style>
background-color css
<style>
a { background-color: #2FC027; }
a { background-color: rgb(47,192,39); }
div.DivClassName
{
background-color: #2FC027;
}
.BgClassName
{
background-color: #2FC027;
}
</style>
border-color css
<style>
span { border-color: #2FC027; }
span { border-color: rgb(47,192,39); }
td.TdClassName
{
border-color: #2FC027;
}
.TagClassName
{
border-color: #2FC027;
}
</style>