Shades of Lime Green #2CE640
Tints of Lime Green #2CE640
RGB
CMYK
RGB Variations
Color information
#2CE640 (or 0x2CE640) is known color: Lime Green. HEX triplet: 2C, E6 and 40. RGB value is (44,230,64). Sum of RGB (Red+Green+Blue) = 44+230+64=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 230 (90.23% from 255 or 68.05% from 338); Blue value is 64 (25.39% from 255 or 18.93% from 338); Max value from RGB is 230 - color contains mainly: green. Hex color #2CE640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE640 is #D319BF. Grayscale: #9B9B9B. Windows color (decimal): -13834688 or 4253228. OLE color: 4253228.
HSL color Cylindrical-coordinate representation of color #2CE640: hue angle of 126.45º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE640 is Cyan = 0.81, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 230 | 64 | - |
| CMYK | 0.81 | 0 | 0.72 | 0.10 |
| HSL | 126.45º | 0.79% | 0.54% | - |
| HSV(B) | 126.45º | 0.81% | 0.9% | - |
| XYZ | 30.26 | 57.5 | 14.35 | - |
| YUV | 155.46 | 76.38 | 48.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 230 | 64 | 0.81 | 0 | 0.72 | 0.10 | 126.45 | 0.79 | 0.54 |
| Hex | 2C | E6 | 40 | 51 | 0 | 48 | A | 7E | 4F | 36 |
| Octal | 54 | 346 | 100 | 121 | 0 | 110 | 12 | 176 | 117 | 66 |
| Binary | 101100 | 11100110 | 1000000 | 1010001 | 0 | 1001000 | 1010 | 1111110 | 1001111 | 110110 |
Color Harmonies of #2CE640
Complementary color
Monochromatic Colors of #2CE640
Black with #2CE640
Text Example
Text Example
White with #2CE640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE640; }
p { color: rgb(44,230,64); }
H1.HeaderClassName
{
color: #2CE640;
}
.AnyTagClassName
{
color: #2CE640;
}
</style>
background-color css
<style>
a { background-color: #2CE640; }
a { background-color: rgb(44,230,64); }
div.DivClassName
{
background-color: #2CE640;
}
.BgClassName
{
background-color: #2CE640;
}
</style>
border-color css
<style>
span { border-color: #2CE640; }
span { border-color: rgb(44,230,64); }
td.TdClassName
{
border-color: #2CE640;
}
.TagClassName
{
border-color: #2CE640;
}
</style>