Shades of Lime Green #2CEB2B
Tints of Lime Green #2CEB2B
RGB
CMYK
RGB Variations
Color information
#2CEB2B (or 0x2CEB2B) is known color: Lime Green. HEX triplet: 2C, EB and 2B. RGB value is (44,235,43). Sum of RGB (Red+Green+Blue) = 44+235+43=322 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.66% from 322); Green value is 235 (92.19% from 255 or 72.98% from 322); Blue value is 43 (17.19% from 255 or 13.35% from 322); Max value from RGB is 235 - color contains mainly: green. Hex color #2CEB2B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CEB2B is #D314D4. Grayscale: #9C9C9C. Windows color (decimal): -13833429 or 2878252. OLE color: 2878252.
HSL color Cylindrical-coordinate representation of color #2CEB2B: hue angle of 119.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CEB2B is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 235 | 43 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.08 |
| HSL | 119.69º | 0.83% | 0.55% | - |
| HSV(B) | 119.69º | 0.82% | 0.92% | - |
| XYZ | 31.18 | 60.13 | 12.25 | - |
| YUV | 156 | 64.22 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 235 | 43 | 0.81 | 0 | 0.82 | 0.08 | 119.69 | 0.83 | 0.55 |
| Hex | 2C | EB | 2B | 51 | 0 | 52 | 8 | 78 | 53 | 37 |
| Octal | 54 | 353 | 53 | 121 | 0 | 122 | 10 | 170 | 123 | 67 |
| Binary | 101100 | 11101011 | 101011 | 1010001 | 0 | 1010010 | 1000 | 1111000 | 1010011 | 110111 |
Color Harmonies of #2CEB2B
Complementary color
Monochromatic Colors of #2CEB2B
Black with #2CEB2B
Text Example
Text Example
White with #2CEB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CEB2B; }
p { color: rgb(44,235,43); }
H1.HeaderClassName
{
color: #2CEB2B;
}
.AnyTagClassName
{
color: #2CEB2B;
}
</style>
background-color css
<style>
a { background-color: #2CEB2B; }
a { background-color: rgb(44,235,43); }
div.DivClassName
{
background-color: #2CEB2B;
}
.BgClassName
{
background-color: #2CEB2B;
}
</style>
border-color css
<style>
span { border-color: #2CEB2B; }
span { border-color: rgb(44,235,43); }
td.TdClassName
{
border-color: #2CEB2B;
}
.TagClassName
{
border-color: #2CEB2B;
}
</style>