Shades of Lime Green #2FC630
Tints of Lime Green #2FC630
RGB
CMYK
RGB Variations
Color information
#2FC630 (or 0x2FC630) is known color: Lime Green. HEX triplet: 2F, C6 and 30. RGB value is (47,198,48). Sum of RGB (Red+Green+Blue) = 47+198+48=293 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.04% from 293); Green value is 198 (77.73% from 255 or 67.58% from 293); Blue value is 48 (19.14% from 255 or 16.38% from 293); Max value from RGB is 198 - color contains mainly: green. Hex color #2FC630 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC630 is #D039CF. Grayscale: #888888. Windows color (decimal): -13646288 or 3196463. OLE color: 3196463.
HSL color Cylindrical-coordinate representation of color #2FC630: hue angle of 120.4º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC630 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 47 | 198 | 48 | - |
| CMYK | 0.76 | 0 | 0.76 | 0.22 |
| HSL | 120.4º | 0.62% | 0.48% | - |
| HSV(B) | 120.4º | 0.76% | 0.78% | - |
| XYZ | 21.9 | 41.21 | 9.6 | - |
| YUV | 135.75 | 78.47 | 64.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 198 | 48 | 0.76 | 0 | 0.76 | 0.22 | 120.4 | 0.62 | 0.48 |
| Hex | 2F | C6 | 30 | 4C | 0 | 4C | 16 | 78 | 3E | 30 |
| Octal | 57 | 306 | 60 | 114 | 0 | 114 | 26 | 170 | 76 | 60 |
| Binary | 101111 | 11000110 | 110000 | 1001100 | 0 | 1001100 | 10110 | 1111000 | 111110 | 110000 |
Color Harmonies of #2FC630
Complementary color
Monochromatic Colors of #2FC630
Black with #2FC630
Text Example
Text Example
White with #2FC630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC630; }
p { color: rgb(47,198,48); }
H1.HeaderClassName
{
color: #2FC630;
}
.AnyTagClassName
{
color: #2FC630;
}
</style>
background-color css
<style>
a { background-color: #2FC630; }
a { background-color: rgb(47,198,48); }
div.DivClassName
{
background-color: #2FC630;
}
.BgClassName
{
background-color: #2FC630;
}
</style>
border-color css
<style>
span { border-color: #2FC630; }
span { border-color: rgb(47,198,48); }
td.TdClassName
{
border-color: #2FC630;
}
.TagClassName
{
border-color: #2FC630;
}
</style>