Shades of Lime Green #2ECE30
Tints of Lime Green #2ECE30
RGB
CMYK
RGB Variations
Color information
#2ECE30 (or 0x2ECE30) is known color: Lime Green. HEX triplet: 2E, CE and 30. RGB value is (46,206,48). Sum of RGB (Red+Green+Blue) = 46+206+48=300 (39% of max value = 765). Red value is 46 (18.36% from 255 or 15.33% from 300); Green value is 206 (80.86% from 255 or 68.67% from 300); Blue value is 48 (19.14% from 255 or 16% from 300); Max value from RGB is 206 - color contains mainly: green. Hex color #2ECE30 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ECE30 is #D131CF. Grayscale: #8C8C8C. Windows color (decimal): -13709776 or 3198510. OLE color: 3198510.
HSL color Cylindrical-coordinate representation of color #2ECE30: hue angle of 120.75º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ECE30 is Cyan = 0.78, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 206 | 48 | - |
| CMYK | 0.78 | 0 | 0.77 | 0.19 |
| HSL | 120.75º | 0.63% | 0.49% | - |
| HSV(B) | 120.75º | 0.78% | 0.81% | - |
| XYZ | 23.73 | 44.94 | 10.22 | - |
| YUV | 140.15 | 75.99 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 206 | 48 | 0.78 | 0 | 0.77 | 0.19 | 120.75 | 0.63 | 0.49 |
| Hex | 2E | CE | 30 | 4E | 0 | 4D | 13 | 79 | 3F | 31 |
| Octal | 56 | 316 | 60 | 116 | 0 | 115 | 23 | 171 | 77 | 61 |
| Binary | 101110 | 11001110 | 110000 | 1001110 | 0 | 1001101 | 10011 | 1111001 | 111111 | 110001 |
Color Harmonies of #2ECE30
Complementary color
Monochromatic Colors of #2ECE30
Black with #2ECE30
Text Example
Text Example
White with #2ECE30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ECE30; }
p { color: rgb(46,206,48); }
H1.HeaderClassName
{
color: #2ECE30;
}
.AnyTagClassName
{
color: #2ECE30;
}
</style>
background-color css
<style>
a { background-color: #2ECE30; }
a { background-color: rgb(46,206,48); }
div.DivClassName
{
background-color: #2ECE30;
}
.BgClassName
{
background-color: #2ECE30;
}
</style>
border-color css
<style>
span { border-color: #2ECE30; }
span { border-color: rgb(46,206,48); }
td.TdClassName
{
border-color: #2ECE30;
}
.TagClassName
{
border-color: #2ECE30;
}
</style>