Shades of Lime Green #2ADC1B
Tints of Lime Green #2ADC1B
RGB
CMYK
RGB Variations
Color information
#2ADC1B (or 0x2ADC1B) is known color: Lime Green. HEX triplet: 2A, DC and 1B. RGB value is (42,220,27). Sum of RGB (Red+Green+Blue) = 42+220+27=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 220 (86.33% from 255 or 76.12% from 289); Blue value is 27 (10.94% from 255 or 9.34% from 289); Max value from RGB is 220 - color contains mainly: green. Hex color #2ADC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ADC1B is #D523E4. Grayscale: #919191. Windows color (decimal): -13968357 or 1825834. OLE color: 1825834.
HSL color Cylindrical-coordinate representation of color #2ADC1B: hue angle of 115.34º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2ADC1B is Cyan = 0.81, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 220 | 27 | - |
| CMYK | 0.81 | 0 | 0.88 | 0.14 |
| HSL | 115.34º | 0.78% | 0.48% | - |
| HSV(B) | 115.34º | 0.88% | 0.86% | - |
| XYZ | 26.75 | 51.76 | 9.62 | - |
| YUV | 144.78 | 61.53 | 54.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 220 | 27 | 0.81 | 0 | 0.88 | 0.14 | 115.34 | 0.78 | 0.48 |
| Hex | 2A | DC | 1B | 51 | 0 | 58 | E | 73 | 4E | 30 |
| Octal | 52 | 334 | 33 | 121 | 0 | 130 | 16 | 163 | 116 | 60 |
| Binary | 101010 | 11011100 | 11011 | 1010001 | 0 | 1011000 | 1110 | 1110011 | 1001110 | 110000 |
Color Harmonies of #2ADC1B
Complementary color
Monochromatic Colors of #2ADC1B
Black with #2ADC1B
Text Example
Text Example
White with #2ADC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ADC1B; }
p { color: rgb(42,220,27); }
H1.HeaderClassName
{
color: #2ADC1B;
}
.AnyTagClassName
{
color: #2ADC1B;
}
</style>
background-color css
<style>
a { background-color: #2ADC1B; }
a { background-color: rgb(42,220,27); }
div.DivClassName
{
background-color: #2ADC1B;
}
.BgClassName
{
background-color: #2ADC1B;
}
</style>
border-color css
<style>
span { border-color: #2ADC1B; }
span { border-color: rgb(42,220,27); }
td.TdClassName
{
border-color: #2ADC1B;
}
.TagClassName
{
border-color: #2ADC1B;
}
</style>