Shades of Lime Green #2ACA2D
Tints of Lime Green #2ACA2D
RGB
CMYK
RGB Variations
Color information
#2ACA2D (or 0x2ACA2D) is known color: Lime Green. HEX triplet: 2A, CA and 2D. RGB value is (42,202,45). Sum of RGB (Red+Green+Blue) = 42+202+45=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 202 (79.30% from 255 or 69.90% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 202 - color contains mainly: green. Hex color #2ACA2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACA2D is #D535D2. Grayscale: #888888. Windows color (decimal): -13972947 or 3000874. OLE color: 3000874.
HSL color Cylindrical-coordinate representation of color #2ACA2D: hue angle of 121.12º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ACA2D is Cyan = 0.79, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 42 | 202 | 45 | - |
| CMYK | 0.79 | 0 | 0.78 | 0.21 |
| HSL | 121.13º | 0.66% | 0.48% | - |
| HSV(B) | 121.13º | 0.79% | 0.79% | - |
| XYZ | 22.55 | 42.92 | 9.58 | - |
| YUV | 136.26 | 76.49 | 60.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 202 | 45 | 0.79 | 0 | 0.78 | 0.21 | 121.13 | 0.66 | 0.48 |
| Hex | 2A | CA | 2D | 4F | 0 | 4E | 15 | 79 | 42 | 30 |
| Octal | 52 | 312 | 55 | 117 | 0 | 116 | 25 | 171 | 102 | 60 |
| Binary | 101010 | 11001010 | 101101 | 1001111 | 0 | 1001110 | 10101 | 1111001 | 1000010 | 110000 |
Color Harmonies of #2ACA2D
Complementary color
Monochromatic Colors of #2ACA2D
Black with #2ACA2D
Text Example
Text Example
White with #2ACA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACA2D; }
p { color: rgb(42,202,45); }
H1.HeaderClassName
{
color: #2ACA2D;
}
.AnyTagClassName
{
color: #2ACA2D;
}
</style>
background-color css
<style>
a { background-color: #2ACA2D; }
a { background-color: rgb(42,202,45); }
div.DivClassName
{
background-color: #2ACA2D;
}
.BgClassName
{
background-color: #2ACA2D;
}
</style>
border-color css
<style>
span { border-color: #2ACA2D; }
span { border-color: rgb(42,202,45); }
td.TdClassName
{
border-color: #2ACA2D;
}
.TagClassName
{
border-color: #2ACA2D;
}
</style>