Shades of Lime Green #2ADA4B
Tints of Lime Green #2ADA4B
RGB
CMYK
RGB Variations
Color information
#2ADA4B (or 0x2ADA4B) is known color: Lime Green. HEX triplet: 2A, DA and 4B. RGB value is (42,218,75). Sum of RGB (Red+Green+Blue) = 42+218+75=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 218 (85.55% from 255 or 65.07% from 335); Blue value is 75 (29.69% from 255 or 22.39% from 335); Max value from RGB is 218 - color contains mainly: green. Hex color #2ADA4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADA4B is #D525B4. Grayscale: #959595. Windows color (decimal): -13968821 or 4971050. OLE color: 4971050.
HSL color Cylindrical-coordinate representation of color #2ADA4B: hue angle of 131.25º 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 #2ADA4B is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 218 | 75 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.15 |
| HSL | 131.25º | 0.7% | 0.51% | - |
| HSV(B) | 131.25º | 0.81% | 0.85% | - |
| XYZ | 27.3 | 51.14 | 15.09 | - |
| YUV | 149.07 | 86.19 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 218 | 75 | 0.81 | 0 | 0.66 | 0.15 | 131.25 | 0.7 | 0.51 |
| Hex | 2A | DA | 4B | 51 | 0 | 42 | F | 83 | 46 | 33 |
| Octal | 52 | 332 | 113 | 121 | 0 | 102 | 17 | 203 | 106 | 63 |
| Binary | 101010 | 11011010 | 1001011 | 1010001 | 0 | 1000010 | 1111 | 10000011 | 1000110 | 110011 |
Color Harmonies of #2ADA4B
Complementary color
Monochromatic Colors of #2ADA4B
Black with #2ADA4B
Text Example
Text Example
White with #2ADA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADA4B; }
p { color: rgb(42,218,75); }
H1.HeaderClassName
{
color: #2ADA4B;
}
.AnyTagClassName
{
color: #2ADA4B;
}
</style>
background-color css
<style>
a { background-color: #2ADA4B; }
a { background-color: rgb(42,218,75); }
div.DivClassName
{
background-color: #2ADA4B;
}
.BgClassName
{
background-color: #2ADA4B;
}
</style>
border-color css
<style>
span { border-color: #2ADA4B; }
span { border-color: rgb(42,218,75); }
td.TdClassName
{
border-color: #2ADA4B;
}
.TagClassName
{
border-color: #2ADA4B;
}
</style>