Shades of Lime Green #2CD117
Tints of Lime Green #2CD117
RGB
CMYK
RGB Variations
Color information
#2CD117 (or 0x2CD117) is known color: Lime Green. HEX triplet: 2C, D1 and 17. RGB value is (44,209,23). Sum of RGB (Red+Green+Blue) = 44+209+23=276 (36% of max value = 765). Red value is 44 (17.58% from 255 or 15.94% from 276); Green value is 209 (82.03% from 255 or 75.72% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 209 - color contains mainly: green. Hex color #2CD117 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2CD117 is #D32EE8. Grayscale: #8B8B8B. Windows color (decimal): -13840105 or 1560876. OLE color: 1560876.
HSL color Cylindrical-coordinate representation of color #2CD117: hue angle of 113.23º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CD117 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 44 | 209 | 23 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.18 |
| HSL | 113.23º | 0.8% | 0.45% | - |
| HSV(B) | 113.23º | 0.89% | 0.82% | - |
| XYZ | 23.99 | 46.2 | 8.46 | - |
| YUV | 138.46 | 62.84 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 209 | 23 | 0.79 | 0 | 0.89 | 0.18 | 113.23 | 0.8 | 0.45 |
| Hex | 2C | D1 | 17 | 4F | 0 | 59 | 12 | 71 | 50 | 2D |
| Octal | 54 | 321 | 27 | 117 | 0 | 131 | 22 | 161 | 120 | 55 |
| Binary | 101100 | 11010001 | 10111 | 1001111 | 0 | 1011001 | 10010 | 1110001 | 1010000 | 101101 |
Color Harmonies of #2CD117
Complementary color
Monochromatic Colors of #2CD117
Black with #2CD117
Text Example
Text Example
White with #2CD117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD117; }
p { color: rgb(44,209,23); }
H1.HeaderClassName
{
color: #2CD117;
}
.AnyTagClassName
{
color: #2CD117;
}
</style>
background-color css
<style>
a { background-color: #2CD117; }
a { background-color: rgb(44,209,23); }
div.DivClassName
{
background-color: #2CD117;
}
.BgClassName
{
background-color: #2CD117;
}
</style>
border-color css
<style>
span { border-color: #2CD117; }
span { border-color: rgb(44,209,23); }
td.TdClassName
{
border-color: #2CD117;
}
.TagClassName
{
border-color: #2CD117;
}
</style>