Shades of Lime Green #2CE73B
Tints of Lime Green #2CE73B
RGB
CMYK
RGB Variations
Color information
#2CE73B (or 0x2CE73B) is known color: Lime Green. HEX triplet: 2C, E7 and 3B. RGB value is (44,231,59). Sum of RGB (Red+Green+Blue) = 44+231+59=334 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.17% from 334); Green value is 231 (90.62% from 255 or 69.16% from 334); Blue value is 59 (23.44% from 255 or 17.66% from 334); Max value from RGB is 231 - color contains mainly: green. Hex color #2CE73B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2CE73B is #D318C4. Grayscale: #9B9B9B. Windows color (decimal): -13834437 or 3925804. OLE color: 3925804.
HSL color Cylindrical-coordinate representation of color #2CE73B: hue angle of 124.81º 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 #2CE73B is Cyan = 0.81, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 44 | 231 | 59 | - |
| CMYK | 0.81 | 0 | 0.74 | 0.09 |
| HSL | 124.81º | 0.8% | 0.54% | - |
| HSV(B) | 124.81º | 0.81% | 0.91% | - |
| XYZ | 30.4 | 58 | 13.73 | - |
| YUV | 155.48 | 73.55 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 231 | 59 | 0.81 | 0 | 0.74 | 0.09 | 124.81 | 0.8 | 0.54 |
| Hex | 2C | E7 | 3B | 51 | 0 | 4A | 9 | 7D | 50 | 36 |
| Octal | 54 | 347 | 73 | 121 | 0 | 112 | 11 | 175 | 120 | 66 |
| Binary | 101100 | 11100111 | 111011 | 1010001 | 0 | 1001010 | 1001 | 1111101 | 1010000 | 110110 |
Color Harmonies of #2CE73B
Complementary color
Monochromatic Colors of #2CE73B
Black with #2CE73B
Text Example
Text Example
White with #2CE73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE73B; }
p { color: rgb(44,231,59); }
H1.HeaderClassName
{
color: #2CE73B;
}
.AnyTagClassName
{
color: #2CE73B;
}
</style>
background-color css
<style>
a { background-color: #2CE73B; }
a { background-color: rgb(44,231,59); }
div.DivClassName
{
background-color: #2CE73B;
}
.BgClassName
{
background-color: #2CE73B;
}
</style>
border-color css
<style>
span { border-color: #2CE73B; }
span { border-color: rgb(44,231,59); }
td.TdClassName
{
border-color: #2CE73B;
}
.TagClassName
{
border-color: #2CE73B;
}
</style>