Shades of Lime Green #2AD50D
Tints of Lime Green #2AD50D
RGB
CMYK
RGB Variations
Color information
#2AD50D (or 0x2AD50D) is known color: Lime Green. HEX triplet: 2A, D5 and 0D. RGB value is (42,213,13). Sum of RGB (Red+Green+Blue) = 42+213+13=268 (35% of max value = 765). Red value is 42 (16.80% from 255 or 15.67% from 268); Green value is 213 (83.59% from 255 or 79.48% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 213 - color contains mainly: green. Hex color #2AD50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD50D is #D52AF2. Grayscale: #8B8B8B. Windows color (decimal): -13970163 or 906538. OLE color: 906538.
HSL color Cylindrical-coordinate representation of color #2AD50D: hue angle of 111.3º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #2AD50D is Cyan = 0.80, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 42 | 213 | 13 | - |
| CMYK | 0.80 | 0 | 0.94 | 0.16 |
| HSL | 111.3º | 0.88% | 0.44% | - |
| HSV(B) | 111.3º | 0.94% | 0.84% | - |
| XYZ | 24.82 | 48.11 | 8.36 | - |
| YUV | 139.07 | 56.85 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 213 | 13 | 0.80 | 0 | 0.94 | 0.16 | 111.3 | 0.88 | 0.44 |
| Hex | 2A | D5 | D | 50 | 0 | 5E | 10 | 6F | 58 | 2C |
| Octal | 52 | 325 | 15 | 120 | 0 | 136 | 20 | 157 | 130 | 54 |
| Binary | 101010 | 11010101 | 1101 | 1010000 | 0 | 1011110 | 10000 | 1101111 | 1011000 | 101100 |
Color Harmonies of #2AD50D
Complementary color
Monochromatic Colors of #2AD50D
Black with #2AD50D
Text Example
Text Example
White with #2AD50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD50D; }
p { color: rgb(42,213,13); }
H1.HeaderClassName
{
color: #2AD50D;
}
.AnyTagClassName
{
color: #2AD50D;
}
</style>
background-color css
<style>
a { background-color: #2AD50D; }
a { background-color: rgb(42,213,13); }
div.DivClassName
{
background-color: #2AD50D;
}
.BgClassName
{
background-color: #2AD50D;
}
</style>
border-color css
<style>
span { border-color: #2AD50D; }
span { border-color: rgb(42,213,13); }
td.TdClassName
{
border-color: #2AD50D;
}
.TagClassName
{
border-color: #2AD50D;
}
</style>