Shades of Lime Green #2AEB2D
Tints of Lime Green #2AEB2D
RGB
CMYK
RGB Variations
Color information
#2AEB2D (or 0x2AEB2D) is known color: Lime Green. HEX triplet: 2A, EB and 2D. RGB value is (42,235,45). Sum of RGB (Red+Green+Blue) = 42+235+45=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 235 (92.19% from 255 or 72.98% from 322); Blue value is 45 (17.97% from 255 or 13.98% from 322); Max value from RGB is 235 - color contains mainly: green. Hex color #2AEB2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEB2D is #D514D2. Grayscale: #9C9C9C. Windows color (decimal): -13964499 or 3009322. OLE color: 3009322.
HSL color Cylindrical-coordinate representation of color #2AEB2D: hue angle of 120.93º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2AEB2D is Cyan = 0.82, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 235 | 45 | - |
| CMYK | 0.82 | 0 | 0.81 | 0.08 |
| HSL | 120.93º | 0.83% | 0.54% | - |
| HSV(B) | 120.93º | 0.82% | 0.92% | - |
| XYZ | 31.14 | 60.1 | 12.44 | - |
| YUV | 155.63 | 65.56 | 46.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 235 | 45 | 0.82 | 0 | 0.81 | 0.08 | 120.93 | 0.83 | 0.54 |
| Hex | 2A | EB | 2D | 52 | 0 | 51 | 8 | 79 | 53 | 36 |
| Octal | 52 | 353 | 55 | 122 | 0 | 121 | 10 | 171 | 123 | 66 |
| Binary | 101010 | 11101011 | 101101 | 1010010 | 0 | 1010001 | 1000 | 1111001 | 1010011 | 110110 |
Color Harmonies of #2AEB2D
Complementary color
Monochromatic Colors of #2AEB2D
Black with #2AEB2D
Text Example
Text Example
White with #2AEB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEB2D; }
p { color: rgb(42,235,45); }
H1.HeaderClassName
{
color: #2AEB2D;
}
.AnyTagClassName
{
color: #2AEB2D;
}
</style>
background-color css
<style>
a { background-color: #2AEB2D; }
a { background-color: rgb(42,235,45); }
div.DivClassName
{
background-color: #2AEB2D;
}
.BgClassName
{
background-color: #2AEB2D;
}
</style>
border-color css
<style>
span { border-color: #2AEB2D; }
span { border-color: rgb(42,235,45); }
td.TdClassName
{
border-color: #2AEB2D;
}
.TagClassName
{
border-color: #2AEB2D;
}
</style>