Shades of Lime Green #2CD61E
Tints of Lime Green #2CD61E
RGB
CMYK
RGB Variations
Color information
#2CD61E (or 0x2CD61E) is known color: Lime Green. HEX triplet: 2C, D6 and 1E. RGB value is (44,214,30). Sum of RGB (Red+Green+Blue) = 44+214+30=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 214 (83.98% from 255 or 74.31% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 214 - color contains mainly: green. Hex color #2CD61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CD61E is #D329E1. Grayscale: #8E8E8E. Windows color (decimal): -13838818 or 2020908. OLE color: 2020908.
HSL color Cylindrical-coordinate representation of color #2CD61E: hue angle of 115.43º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2CD61E is Cyan = 0.79, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 44 | 214 | 30 | - |
| CMYK | 0.79 | 0 | 0.86 | 0.16 |
| HSL | 115.43º | 0.75% | 0.48% | - |
| HSV(B) | 115.43º | 0.86% | 0.84% | - |
| XYZ | 25.32 | 48.72 | 9.3 | - |
| YUV | 142.19 | 64.68 | 57.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 214 | 30 | 0.79 | 0 | 0.86 | 0.16 | 115.43 | 0.75 | 0.48 |
| Hex | 2C | D6 | 1E | 4F | 0 | 56 | 10 | 73 | 4B | 30 |
| Octal | 54 | 326 | 36 | 117 | 0 | 126 | 20 | 163 | 113 | 60 |
| Binary | 101100 | 11010110 | 11110 | 1001111 | 0 | 1010110 | 10000 | 1110011 | 1001011 | 110000 |
Color Harmonies of #2CD61E
Complementary color
Monochromatic Colors of #2CD61E
Black with #2CD61E
Text Example
Text Example
White with #2CD61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CD61E; }
p { color: rgb(44,214,30); }
H1.HeaderClassName
{
color: #2CD61E;
}
.AnyTagClassName
{
color: #2CD61E;
}
</style>
background-color css
<style>
a { background-color: #2CD61E; }
a { background-color: rgb(44,214,30); }
div.DivClassName
{
background-color: #2CD61E;
}
.BgClassName
{
background-color: #2CD61E;
}
</style>
border-color css
<style>
span { border-color: #2CD61E; }
span { border-color: rgb(44,214,30); }
td.TdClassName
{
border-color: #2CD61E;
}
.TagClassName
{
border-color: #2CD61E;
}
</style>