Shades of Lime Green #2CEB1A
Tints of Lime Green #2CEB1A
RGB
CMYK
RGB Variations
Color information
#2CEB1A (or 0x2CEB1A) is known color: Lime Green. HEX triplet: 2C, EB and 1A. RGB value is (44,235,26). Sum of RGB (Red+Green+Blue) = 44+235+26=305 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.43% from 305); Green value is 235 (92.19% from 255 or 77.05% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB1A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB1A is #D314E5. Grayscale: #9A9A9A. Windows color (decimal): -13833446 or 1764140. OLE color: 1764140.
HSL color Cylindrical-coordinate representation of color #2CEB1A: hue angle of 114.83º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2CEB1A is Cyan = 0.81, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 26 | - |
| CMYK | 0.81 | 0 | 0.89 | 0.08 |
| HSL | 114.83º | 0.84% | 0.51% | - |
| HSV(B) | 114.83º | 0.89% | 0.92% | - |
| XYZ | 30.93 | 60.03 | 10.93 | - |
| YUV | 154.07 | 55.72 | 49.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 26 | 0.81 | 0 | 0.89 | 0.08 | 114.83 | 0.84 | 0.51 |
| Hex | 2C | EB | 1A | 51 | 0 | 59 | 8 | 73 | 54 | 33 |
| Octal | 54 | 353 | 32 | 121 | 0 | 131 | 10 | 163 | 124 | 63 |
| Binary | 101100 | 11101011 | 11010 | 1010001 | 0 | 1011001 | 1000 | 1110011 | 1010100 | 110011 |
Color Harmonies of #2CEB1A
Complementary color
Monochromatic Colors of #2CEB1A
Black with #2CEB1A
Text Example
Text Example
White with #2CEB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB1A; }
p { color: rgb(44,235,26); }
H1.HeaderClassName
{
color: #2CEB1A;
}
.AnyTagClassName
{
color: #2CEB1A;
}
</style>
background-color css
<style>
a { background-color: #2CEB1A; }
a { background-color: rgb(44,235,26); }
div.DivClassName
{
background-color: #2CEB1A;
}
.BgClassName
{
background-color: #2CEB1A;
}
</style>
border-color css
<style>
span { border-color: #2CEB1A; }
span { border-color: rgb(44,235,26); }
td.TdClassName
{
border-color: #2CEB1A;
}
.TagClassName
{
border-color: #2CEB1A;
}
</style>