Shades of Lime Green #2CCE43
Tints of Lime Green #2CCE43
RGB
CMYK
RGB Variations
Color information
#2CCE43 (or 0x2CCE43) is known color: Lime Green. HEX triplet: 2C, CE and 43. RGB value is (44,206,67). Sum of RGB (Red+Green+Blue) = 44+206+67=317 (41% of max value = 765). Red value is 44 (17.58% from 255 or 13.88% from 317); Green value is 206 (80.86% from 255 or 64.98% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 206 - color contains mainly: green. Hex color #2CCE43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CCE43 is #D331BC. Grayscale: #8E8E8E. Windows color (decimal): -13840829 or 4443692. OLE color: 4443692.
HSL color Cylindrical-coordinate representation of color #2CCE43: hue angle of 128.52º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CCE43 is Cyan = 0.79, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 44 | 206 | 67 | - |
| CMYK | 0.79 | 0 | 0.67 | 0.19 |
| HSL | 128.52º | 0.65% | 0.49% | - |
| HSV(B) | 128.52º | 0.79% | 0.81% | - |
| XYZ | 24.12 | 45.08 | 12.74 | - |
| YUV | 141.72 | 85.83 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 67 | 0.79 | 0 | 0.67 | 0.19 | 128.52 | 0.65 | 0.49 |
| Hex | 2C | CE | 43 | 4F | 0 | 43 | 13 | 81 | 41 | 31 |
| Octal | 54 | 316 | 103 | 117 | 0 | 103 | 23 | 201 | 101 | 61 |
| Binary | 101100 | 11001110 | 1000011 | 1001111 | 0 | 1000011 | 10011 | 10000001 | 1000001 | 110001 |
Color Harmonies of #2CCE43
Complementary color
Monochromatic Colors of #2CCE43
Black with #2CCE43
Text Example
Text Example
White with #2CCE43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCE43; }
p { color: rgb(44,206,67); }
H1.HeaderClassName
{
color: #2CCE43;
}
.AnyTagClassName
{
color: #2CCE43;
}
</style>
background-color css
<style>
a { background-color: #2CCE43; }
a { background-color: rgb(44,206,67); }
div.DivClassName
{
background-color: #2CCE43;
}
.BgClassName
{
background-color: #2CCE43;
}
</style>
border-color css
<style>
span { border-color: #2CCE43; }
span { border-color: rgb(44,206,67); }
td.TdClassName
{
border-color: #2CCE43;
}
.TagClassName
{
border-color: #2CCE43;
}
</style>