Shades of Lime Green #2CE330
Tints of Lime Green #2CE330
RGB
CMYK
RGB Variations
Color information
#2CE330 (or 0x2CE330) is known color: Lime Green. HEX triplet: 2C, E3 and 30. RGB value is (44,227,48). Sum of RGB (Red+Green+Blue) = 44+227+48=319 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.79% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #2CE330 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE330 is #D31CCF. Grayscale: #989898. Windows color (decimal): -13835472 or 3203884. OLE color: 3203884.
HSL color Cylindrical-coordinate representation of color #2CE330: hue angle of 121.31º degrees, saturation: 0.77, 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 #2CE330 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 227 | 48 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.11 |
| HSL | 121.31º | 0.77% | 0.53% | - |
| HSV(B) | 121.31º | 0.81% | 0.89% | - |
| XYZ | 29.04 | 55.69 | 12.01 | - |
| YUV | 151.88 | 69.37 | 51.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 227 | 48 | 0.81 | 0 | 0.79 | 0.11 | 121.31 | 0.77 | 0.53 |
| Hex | 2C | E3 | 30 | 51 | 0 | 4F | B | 79 | 4D | 35 |
| Octal | 54 | 343 | 60 | 121 | 0 | 117 | 13 | 171 | 115 | 65 |
| Binary | 101100 | 11100011 | 110000 | 1010001 | 0 | 1001111 | 1011 | 1111001 | 1001101 | 110101 |
Color Harmonies of #2CE330
Complementary color
Monochromatic Colors of #2CE330
Black with #2CE330
Text Example
Text Example
White with #2CE330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE330; }
p { color: rgb(44,227,48); }
H1.HeaderClassName
{
color: #2CE330;
}
.AnyTagClassName
{
color: #2CE330;
}
</style>
background-color css
<style>
a { background-color: #2CE330; }
a { background-color: rgb(44,227,48); }
div.DivClassName
{
background-color: #2CE330;
}
.BgClassName
{
background-color: #2CE330;
}
</style>
border-color css
<style>
span { border-color: #2CE330; }
span { border-color: rgb(44,227,48); }
td.TdClassName
{
border-color: #2CE330;
}
.TagClassName
{
border-color: #2CE330;
}
</style>