Shades of Lime Green #2ACD1F
Tints of Lime Green #2ACD1F
RGB
CMYK
RGB Variations
Color information
#2ACD1F (or 0x2ACD1F) is known color: Lime Green. HEX triplet: 2A, CD and 1F. RGB value is (42,205,31). Sum of RGB (Red+Green+Blue) = 42+205+31=278 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.11% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 31 (12.5% from 255 or 11.15% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #2ACD1F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2ACD1F is #D532E0. Grayscale: #888888. Windows color (decimal): -13972193 or 2084138. OLE color: 2084138.
HSL color Cylindrical-coordinate representation of color #2ACD1F: hue angle of 116.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2ACD1F is Cyan = 0.80, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 205 | 31 | - |
| CMYK | 0.80 | 0 | 0.85 | 0.20 |
| HSL | 116.21º | 0.74% | 0.46% | - |
| HSV(B) | 116.21º | 0.85% | 0.8% | - |
| XYZ | 23.03 | 44.25 | 8.62 | - |
| YUV | 136.43 | 68.5 | 60.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 205 | 31 | 0.80 | 0 | 0.85 | 0.20 | 116.21 | 0.74 | 0.46 |
| Hex | 2A | CD | 1F | 50 | 0 | 55 | 14 | 74 | 4A | 2E |
| Octal | 52 | 315 | 37 | 120 | 0 | 125 | 24 | 164 | 112 | 56 |
| Binary | 101010 | 11001101 | 11111 | 1010000 | 0 | 1010101 | 10100 | 1110100 | 1001010 | 101110 |
Color Harmonies of #2ACD1F
Complementary color
Monochromatic Colors of #2ACD1F
Black with #2ACD1F
Text Example
Text Example
White with #2ACD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACD1F; }
p { color: rgb(42,205,31); }
H1.HeaderClassName
{
color: #2ACD1F;
}
.AnyTagClassName
{
color: #2ACD1F;
}
</style>
background-color css
<style>
a { background-color: #2ACD1F; }
a { background-color: rgb(42,205,31); }
div.DivClassName
{
background-color: #2ACD1F;
}
.BgClassName
{
background-color: #2ACD1F;
}
</style>
border-color css
<style>
span { border-color: #2ACD1F; }
span { border-color: rgb(42,205,31); }
td.TdClassName
{
border-color: #2ACD1F;
}
.TagClassName
{
border-color: #2ACD1F;
}
</style>