Shades of Lime Green #2CDE23
Tints of Lime Green #2CDE23
RGB
CMYK
RGB Variations
Color information
#2CDE23 (or 0x2CDE23) is known color: Lime Green. HEX triplet: 2C, DE and 23. RGB value is (44,222,35). Sum of RGB (Red+Green+Blue) = 44+222+35=301 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.62% from 301); Green value is 222 (87.11% from 255 or 73.75% from 301); Blue value is 35 (14.06% from 255 or 11.63% from 301); Max value from RGB is 222 - color contains mainly: green. Hex color #2CDE23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CDE23 is #D321DC. Grayscale: #949494. Windows color (decimal): -13836765 or 2350636. OLE color: 2350636.
HSL color Cylindrical-coordinate representation of color #2CDE23: hue angle of 117.11º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2CDE23 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 222 | 35 | - |
| CMYK | 0.80 | 0 | 0.84 | 0.13 |
| HSL | 117.11º | 0.74% | 0.5% | - |
| HSV(B) | 117.11º | 0.84% | 0.87% | - |
| XYZ | 27.46 | 52.9 | 10.35 | - |
| YUV | 147.46 | 64.53 | 54.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 222 | 35 | 0.80 | 0 | 0.84 | 0.13 | 117.11 | 0.74 | 0.5 |
| Hex | 2C | DE | 23 | 50 | 0 | 54 | D | 75 | 4A | 32 |
| Octal | 54 | 336 | 43 | 120 | 0 | 124 | 15 | 165 | 112 | 62 |
| Binary | 101100 | 11011110 | 100011 | 1010000 | 0 | 1010100 | 1101 | 1110101 | 1001010 | 110010 |
Color Harmonies of #2CDE23
Complementary color
Monochromatic Colors of #2CDE23
Black with #2CDE23
Text Example
Text Example
White with #2CDE23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CDE23; }
p { color: rgb(44,222,35); }
H1.HeaderClassName
{
color: #2CDE23;
}
.AnyTagClassName
{
color: #2CDE23;
}
</style>
background-color css
<style>
a { background-color: #2CDE23; }
a { background-color: rgb(44,222,35); }
div.DivClassName
{
background-color: #2CDE23;
}
.BgClassName
{
background-color: #2CDE23;
}
</style>
border-color css
<style>
span { border-color: #2CDE23; }
span { border-color: rgb(44,222,35); }
td.TdClassName
{
border-color: #2CDE23;
}
.TagClassName
{
border-color: #2CDE23;
}
</style>