Shades of Lime Green #2CE83B
Tints of Lime Green #2CE83B
RGB
CMYK
RGB Variations
Color information
#2CE83B (or 0x2CE83B) is known color: Lime Green. HEX triplet: 2C, E8 and 3B. RGB value is (44,232,59). Sum of RGB (Red+Green+Blue) = 44+232+59=335 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.13% from 335); Green value is 232 (91.02% from 255 or 69.25% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 232 - color contains mainly: green. Hex color #2CE83B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE83B is #D317C4. Grayscale: #9C9C9C. Windows color (decimal): -13834181 or 3926060. OLE color: 3926060.
HSL color Cylindrical-coordinate representation of color #2CE83B: hue angle of 124.79º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CE83B is Cyan = 0.81, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 232 | 59 | - |
| CMYK | 0.81 | 0 | 0.75 | 0.09 |
| HSL | 124.79º | 0.8% | 0.54% | - |
| HSV(B) | 124.79º | 0.81% | 0.91% | - |
| XYZ | 30.68 | 58.56 | 13.82 | - |
| YUV | 156.07 | 73.22 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 232 | 59 | 0.81 | 0 | 0.75 | 0.09 | 124.79 | 0.8 | 0.54 |
| Hex | 2C | E8 | 3B | 51 | 0 | 4B | 9 | 7D | 50 | 36 |
| Octal | 54 | 350 | 73 | 121 | 0 | 113 | 11 | 175 | 120 | 66 |
| Binary | 101100 | 11101000 | 111011 | 1010001 | 0 | 1001011 | 1001 | 1111101 | 1010000 | 110110 |
Color Harmonies of #2CE83B
Complementary color
Monochromatic Colors of #2CE83B
Black with #2CE83B
Text Example
Text Example
White with #2CE83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE83B; }
p { color: rgb(44,232,59); }
H1.HeaderClassName
{
color: #2CE83B;
}
.AnyTagClassName
{
color: #2CE83B;
}
</style>
background-color css
<style>
a { background-color: #2CE83B; }
a { background-color: rgb(44,232,59); }
div.DivClassName
{
background-color: #2CE83B;
}
.BgClassName
{
background-color: #2CE83B;
}
</style>
border-color css
<style>
span { border-color: #2CE83B; }
span { border-color: rgb(44,232,59); }
td.TdClassName
{
border-color: #2CE83B;
}
.TagClassName
{
border-color: #2CE83B;
}
</style>