Shades of Lime Green #2AD84B
Tints of Lime Green #2AD84B
RGB
CMYK
RGB Variations
Color information
#2AD84B (or 0x2AD84B) is known color: Lime Green. HEX triplet: 2A, D8 and 4B. RGB value is (42,216,75). Sum of RGB (Red+Green+Blue) = 42+216+75=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 216 (84.77% from 255 or 64.86% from 333); Blue value is 75 (29.69% from 255 or 22.52% from 333); Max value from RGB is 216 - color contains mainly: green. Hex color #2AD84B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD84B is #D527B4. Grayscale: #949494. Windows color (decimal): -13969333 or 4970538. OLE color: 4970538.
HSL color Cylindrical-coordinate representation of color #2AD84B: hue angle of 131.38º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AD84B is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 216 | 75 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.15 |
| HSL | 131.38º | 0.69% | 0.51% | - |
| HSV(B) | 131.38º | 0.81% | 0.85% | - |
| XYZ | 26.78 | 50.11 | 14.92 | - |
| YUV | 147.9 | 86.85 | 52.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 216 | 75 | 0.81 | 0 | 0.65 | 0.15 | 131.38 | 0.69 | 0.51 |
| Hex | 2A | D8 | 4B | 51 | 0 | 41 | F | 83 | 45 | 33 |
| Octal | 52 | 330 | 113 | 121 | 0 | 101 | 17 | 203 | 105 | 63 |
| Binary | 101010 | 11011000 | 1001011 | 1010001 | 0 | 1000001 | 1111 | 10000011 | 1000101 | 110011 |
Color Harmonies of #2AD84B
Complementary color
Monochromatic Colors of #2AD84B
Black with #2AD84B
Text Example
Text Example
White with #2AD84B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD84B; }
p { color: rgb(42,216,75); }
H1.HeaderClassName
{
color: #2AD84B;
}
.AnyTagClassName
{
color: #2AD84B;
}
</style>
background-color css
<style>
a { background-color: #2AD84B; }
a { background-color: rgb(42,216,75); }
div.DivClassName
{
background-color: #2AD84B;
}
.BgClassName
{
background-color: #2AD84B;
}
</style>
border-color css
<style>
span { border-color: #2AD84B; }
span { border-color: rgb(42,216,75); }
td.TdClassName
{
border-color: #2AD84B;
}
.TagClassName
{
border-color: #2AD84B;
}
</style>