Shades of Lime Green #2AD94B
Tints of Lime Green #2AD94B
RGB
CMYK
RGB Variations
Color information
#2AD94B (or 0x2AD94B) is known color: Lime Green. HEX triplet: 2A, D9 and 4B. RGB value is (42,217,75). Sum of RGB (Red+Green+Blue) = 42+217+75=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 217 (85.16% from 255 or 64.97% from 334); Blue value is 75 (29.69% from 255 or 22.46% from 334); Max value from RGB is 217 - color contains mainly: green. Hex color #2AD94B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2AD94B is #D526B4. Grayscale: #949494. Windows color (decimal): -13969077 or 4970794. OLE color: 4970794.
HSL color Cylindrical-coordinate representation of color #2AD94B: hue angle of 131.31º degrees, saturation: 0.7, 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 #2AD94B is Cyan = 0.81, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 217 | 75 | - |
| CMYK | 0.81 | 0 | 0.65 | 0.15 |
| HSL | 131.31º | 0.7% | 0.51% | - |
| HSV(B) | 131.31º | 0.81% | 0.85% | - |
| XYZ | 27.04 | 50.63 | 15 | - |
| YUV | 148.49 | 86.52 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 217 | 75 | 0.81 | 0 | 0.65 | 0.15 | 131.31 | 0.7 | 0.51 |
| Hex | 2A | D9 | 4B | 51 | 0 | 41 | F | 83 | 46 | 33 |
| Octal | 52 | 331 | 113 | 121 | 0 | 101 | 17 | 203 | 106 | 63 |
| Binary | 101010 | 11011001 | 1001011 | 1010001 | 0 | 1000001 | 1111 | 10000011 | 1000110 | 110011 |
Color Harmonies of #2AD94B
Complementary color
Monochromatic Colors of #2AD94B
Black with #2AD94B
Text Example
Text Example
White with #2AD94B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD94B; }
p { color: rgb(42,217,75); }
H1.HeaderClassName
{
color: #2AD94B;
}
.AnyTagClassName
{
color: #2AD94B;
}
</style>
background-color css
<style>
a { background-color: #2AD94B; }
a { background-color: rgb(42,217,75); }
div.DivClassName
{
background-color: #2AD94B;
}
.BgClassName
{
background-color: #2AD94B;
}
</style>
border-color css
<style>
span { border-color: #2AD94B; }
span { border-color: rgb(42,217,75); }
td.TdClassName
{
border-color: #2AD94B;
}
.TagClassName
{
border-color: #2AD94B;
}
</style>