Shades of Lime Green #2CE23C
Tints of Lime Green #2CE23C
RGB
CMYK
RGB Variations
Color information
#2CE23C (or 0x2CE23C) is known color: Lime Green. HEX triplet: 2C, E2 and 3C. RGB value is (44,226,60). Sum of RGB (Red+Green+Blue) = 44+226+60=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 226 (88.67% from 255 or 68.48% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 226 - color contains mainly: green. Hex color #2CE23C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE23C is #D31DC3. Grayscale: #999999. Windows color (decimal): -13835716 or 3990060. OLE color: 3990060.
HSL color Cylindrical-coordinate representation of color #2CE23C: hue angle of 125.27º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE23C is Cyan = 0.81, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 226 | 60 | - |
| CMYK | 0.81 | 0 | 0.73 | 0.11 |
| HSL | 125.27º | 0.76% | 0.53% | - |
| HSV(B) | 125.27º | 0.81% | 0.89% | - |
| XYZ | 29.05 | 55.25 | 13.41 | - |
| YUV | 152.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 226 | 60 | 0.81 | 0 | 0.73 | 0.11 | 125.27 | 0.76 | 0.53 |
| Hex | 2C | E2 | 3C | 51 | 0 | 49 | B | 7D | 4C | 35 |
| Octal | 54 | 342 | 74 | 121 | 0 | 111 | 13 | 175 | 114 | 65 |
| Binary | 101100 | 11100010 | 111100 | 1010001 | 0 | 1001001 | 1011 | 1111101 | 1001100 | 110101 |
Color Harmonies of #2CE23C
Complementary color
Monochromatic Colors of #2CE23C
Black with #2CE23C
Text Example
Text Example
White with #2CE23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE23C; }
p { color: rgb(44,226,60); }
H1.HeaderClassName
{
color: #2CE23C;
}
.AnyTagClassName
{
color: #2CE23C;
}
</style>
background-color css
<style>
a { background-color: #2CE23C; }
a { background-color: rgb(44,226,60); }
div.DivClassName
{
background-color: #2CE23C;
}
.BgClassName
{
background-color: #2CE23C;
}
</style>
border-color css
<style>
span { border-color: #2CE23C; }
span { border-color: rgb(44,226,60); }
td.TdClassName
{
border-color: #2CE23C;
}
.TagClassName
{
border-color: #2CE23C;
}
</style>