Shades of Lime Green #2EB441
Tints of Lime Green #2EB441
RGB
CMYK
RGB Variations
Color information
#2EB441 (or 0x2EB441) is known color: Lime Green. HEX triplet: 2E, B4 and 41. RGB value is (46,180,65). Sum of RGB (Red+Green+Blue) = 46+180+65=291 (38% of max value = 765). Red value is 46 (18.36% from 255 or 15.81% from 291); Green value is 180 (70.70% from 255 or 61.86% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2EB441 is #D14BBE. Grayscale: #7F7F7F. Windows color (decimal): -13716415 or 4305966. OLE color: 4305966.
HSL color Cylindrical-coordinate representation of color #2EB441: hue angle of 128.51º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EB441 is Cyan = 0.74, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 65 | - |
| CMYK | 0.74 | 0 | 0.64 | 0.29 |
| HSL | 128.51º | 0.59% | 0.44% | - |
| HSV(B) | 128.51º | 0.74% | 0.71% | - |
| XYZ | 18.4 | 33.61 | 10.52 | - |
| YUV | 126.82 | 93.11 | 70.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 65 | 0.74 | 0 | 0.64 | 0.29 | 128.51 | 0.59 | 0.44 |
| Hex | 2E | B4 | 41 | 4A | 0 | 40 | 1D | 81 | 3B | 2C |
| Octal | 56 | 264 | 101 | 112 | 0 | 100 | 35 | 201 | 73 | 54 |
| Binary | 101110 | 10110100 | 1000001 | 1001010 | 0 | 1000000 | 11101 | 10000001 | 111011 | 101100 |
Color Harmonies of #2EB441
Complementary color
Monochromatic Colors of #2EB441
Black with #2EB441
Text Example
Text Example
White with #2EB441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB441; }
p { color: rgb(46,180,65); }
H1.HeaderClassName
{
color: #2EB441;
}
.AnyTagClassName
{
color: #2EB441;
}
</style>
background-color css
<style>
a { background-color: #2EB441; }
a { background-color: rgb(46,180,65); }
div.DivClassName
{
background-color: #2EB441;
}
.BgClassName
{
background-color: #2EB441;
}
</style>
border-color css
<style>
span { border-color: #2EB441; }
span { border-color: rgb(46,180,65); }
td.TdClassName
{
border-color: #2EB441;
}
.TagClassName
{
border-color: #2EB441;
}
</style>