Shades of Lime Green #1ACD2D
Tints of Lime Green #1ACD2D
RGB
CMYK
RGB Variations
Color information
#1ACD2D (or 0x1ACD2D) is known color: Lime Green. HEX triplet: 1A, CD and 2D. RGB value is (26,205,45). Sum of RGB (Red+Green+Blue) = 26+205+45=276 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.42% from 276); Green value is 205 (80.47% from 255 or 74.28% from 276); Blue value is 45 (17.97% from 255 or 16.30% from 276); Max value from RGB is 205 - color contains mainly: green. Hex color #1ACD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1ACD2D is #E532D2. Grayscale: #858585. Windows color (decimal): -15020755 or 3001626. OLE color: 3001626.
HSL color Cylindrical-coordinate representation of color #1ACD2D: hue angle of 126.37º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1ACD2D is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 26 | 205 | 45 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.20 |
| HSL | 126.37º | 0.77% | 0.45% | - |
| HSV(B) | 126.37º | 0.87% | 0.8% | - |
| XYZ | 22.73 | 44.07 | 9.79 | - |
| YUV | 133.24 | 78.2 | 51.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 205 | 45 | 0.87 | 0 | 0.78 | 0.20 | 126.37 | 0.77 | 0.45 |
| Hex | 1A | CD | 2D | 57 | 0 | 4E | 14 | 7E | 4D | 2D |
| Octal | 32 | 315 | 55 | 127 | 0 | 116 | 24 | 176 | 115 | 55 |
| Binary | 11010 | 11001101 | 101101 | 1010111 | 0 | 1001110 | 10100 | 1111110 | 1001101 | 101101 |
Color Harmonies of #1ACD2D
Complementary color
Monochromatic Colors of #1ACD2D
Black with #1ACD2D
Text Example
Text Example
White with #1ACD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ACD2D; }
p { color: rgb(26,205,45); }
H1.HeaderClassName
{
color: #1ACD2D;
}
.AnyTagClassName
{
color: #1ACD2D;
}
</style>
background-color css
<style>
a { background-color: #1ACD2D; }
a { background-color: rgb(26,205,45); }
div.DivClassName
{
background-color: #1ACD2D;
}
.BgClassName
{
background-color: #1ACD2D;
}
</style>
border-color css
<style>
span { border-color: #1ACD2D; }
span { border-color: rgb(26,205,45); }
td.TdClassName
{
border-color: #1ACD2D;
}
.TagClassName
{
border-color: #1ACD2D;
}
</style>