Shades of Lime Green #2AEA1B
Tints of Lime Green #2AEA1B
RGB
CMYK
RGB Variations
Color information
#2AEA1B (or 0x2AEA1B) is known color: Lime Green. HEX triplet: 2A, EA and 1B. RGB value is (42,234,27). Sum of RGB (Red+Green+Blue) = 42+234+27=303 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.86% from 303); Green value is 234 (91.80% from 255 or 77.23% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 234 - color contains mainly: green. Hex color #2AEA1B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2AEA1B is #D515E4. Grayscale: #999999. Windows color (decimal): -13964773 or 1829418. OLE color: 1829418.
HSL color Cylindrical-coordinate representation of color #2AEA1B: hue angle of 115.65º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2AEA1B is Cyan = 0.82, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 42 | 234 | 27 | - |
| CMYK | 0.82 | 0 | 0.88 | 0.08 |
| HSL | 115.65º | 0.83% | 0.51% | - |
| HSV(B) | 115.65º | 0.88% | 0.92% | - |
| XYZ | 30.58 | 59.42 | 10.89 | - |
| YUV | 152.99 | 56.89 | 48.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 234 | 27 | 0.82 | 0 | 0.88 | 0.08 | 115.65 | 0.83 | 0.51 |
| Hex | 2A | EA | 1B | 52 | 0 | 58 | 8 | 74 | 53 | 33 |
| Octal | 52 | 352 | 33 | 122 | 0 | 130 | 10 | 164 | 123 | 63 |
| Binary | 101010 | 11101010 | 11011 | 1010010 | 0 | 1011000 | 1000 | 1110100 | 1010011 | 110011 |
Color Harmonies of #2AEA1B
Complementary color
Monochromatic Colors of #2AEA1B
Black with #2AEA1B
Text Example
Text Example
White with #2AEA1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AEA1B; }
p { color: rgb(42,234,27); }
H1.HeaderClassName
{
color: #2AEA1B;
}
.AnyTagClassName
{
color: #2AEA1B;
}
</style>
background-color css
<style>
a { background-color: #2AEA1B; }
a { background-color: rgb(42,234,27); }
div.DivClassName
{
background-color: #2AEA1B;
}
.BgClassName
{
background-color: #2AEA1B;
}
</style>
border-color css
<style>
span { border-color: #2AEA1B; }
span { border-color: rgb(42,234,27); }
td.TdClassName
{
border-color: #2AEA1B;
}
.TagClassName
{
border-color: #2AEA1B;
}
</style>