Shades of Lime Green #2CE430
Tints of Lime Green #2CE430
RGB
CMYK
RGB Variations
Color information
#2CE430 (or 0x2CE430) is known color: Lime Green. HEX triplet: 2C, E4 and 30. RGB value is (44,228,48). Sum of RGB (Red+Green+Blue) = 44+228+48=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 228 (89.45% from 255 or 71.25% from 320); Blue value is 48 (19.14% from 255 or 15% from 320); Max value from RGB is 228 - color contains mainly: green. Hex color #2CE430 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2CE430 is #D31BCF. Grayscale: #989898. Windows color (decimal): -13835216 or 3204140. OLE color: 3204140.
HSL color Cylindrical-coordinate representation of color #2CE430: hue angle of 121.3º 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 #2CE430 is Cyan = 0.81, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 44 | 228 | 48 | - |
| CMYK | 0.81 | 0 | 0.79 | 0.11 |
| HSL | 121.3º | 0.77% | 0.53% | - |
| HSV(B) | 121.3º | 0.81% | 0.89% | - |
| XYZ | 29.32 | 56.24 | 12.11 | - |
| YUV | 152.46 | 69.04 | 50.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 228 | 48 | 0.81 | 0 | 0.79 | 0.11 | 121.3 | 0.77 | 0.53 |
| Hex | 2C | E4 | 30 | 51 | 0 | 4F | B | 79 | 4D | 35 |
| Octal | 54 | 344 | 60 | 121 | 0 | 117 | 13 | 171 | 115 | 65 |
| Binary | 101100 | 11100100 | 110000 | 1010001 | 0 | 1001111 | 1011 | 1111001 | 1001101 | 110101 |
Color Harmonies of #2CE430
Complementary color
Monochromatic Colors of #2CE430
Black with #2CE430
Text Example
Text Example
White with #2CE430
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CE430; }
p { color: rgb(44,228,48); }
H1.HeaderClassName
{
color: #2CE430;
}
.AnyTagClassName
{
color: #2CE430;
}
</style>
background-color css
<style>
a { background-color: #2CE430; }
a { background-color: rgb(44,228,48); }
div.DivClassName
{
background-color: #2CE430;
}
.BgClassName
{
background-color: #2CE430;
}
</style>
border-color css
<style>
span { border-color: #2CE430; }
span { border-color: rgb(44,228,48); }
td.TdClassName
{
border-color: #2CE430;
}
.TagClassName
{
border-color: #2CE430;
}
</style>