Shades of Lime Green #2CC61F
Tints of Lime Green #2CC61F
RGB
CMYK
RGB Variations
Color information
#2CC61F (or 0x2CC61F) is known color: Lime Green. HEX triplet: 2C, C6 and 1F. RGB value is (44,198,31). Sum of RGB (Red+Green+Blue) = 44+198+31=273 (36% of max value = 765). Red value is 44 (17.58% from 255 or 16.12% from 273); Green value is 198 (77.73% from 255 or 72.53% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 198 - color contains mainly: green. Hex color #2CC61F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CC61F is #D339E0. Grayscale: #858585. Windows color (decimal): -13842913 or 2082348. OLE color: 2082348.
HSL color Cylindrical-coordinate representation of color #2CC61F: hue angle of 115.33º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CC61F is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 44 | 198 | 31 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.22 |
| HSL | 115.33º | 0.73% | 0.45% | - |
| HSV(B) | 115.33º | 0.84% | 0.78% | - |
| XYZ | 21.48 | 41.02 | 8.08 | - |
| YUV | 132.92 | 70.48 | 64.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 198 | 31 | 0.78 | 0 | 0.84 | 0.22 | 115.33 | 0.73 | 0.45 |
| Hex | 2C | C6 | 1F | 4E | 0 | 54 | 16 | 73 | 49 | 2D |
| Octal | 54 | 306 | 37 | 116 | 0 | 124 | 26 | 163 | 111 | 55 |
| Binary | 101100 | 11000110 | 11111 | 1001110 | 0 | 1010100 | 10110 | 1110011 | 1001001 | 101101 |
Color Harmonies of #2CC61F
Complementary color
Monochromatic Colors of #2CC61F
Black with #2CC61F
Text Example
Text Example
White with #2CC61F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC61F; }
p { color: rgb(44,198,31); }
H1.HeaderClassName
{
color: #2CC61F;
}
.AnyTagClassName
{
color: #2CC61F;
}
</style>
background-color css
<style>
a { background-color: #2CC61F; }
a { background-color: rgb(44,198,31); }
div.DivClassName
{
background-color: #2CC61F;
}
.BgClassName
{
background-color: #2CC61F;
}
</style>
border-color css
<style>
span { border-color: #2CC61F; }
span { border-color: rgb(44,198,31); }
td.TdClassName
{
border-color: #2CC61F;
}
.TagClassName
{
border-color: #2CC61F;
}
</style>