Shades of Lime Green #1DCD27
Tints of Lime Green #1DCD27
RGB
CMYK
RGB Variations
Color information
#1DCD27 (or 0x1DCD27) is known color: Lime Green. HEX triplet: 1D, CD and 27. RGB value is (29,205,39). Sum of RGB (Red+Green+Blue) = 29+205+39=273 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.62% from 273); Green value is 205 (80.47% from 255 or 75.09% from 273); Blue value is 39 (15.62% from 255 or 14.29% from 273); Max value from RGB is 205 - color contains mainly: green. Hex color #1DCD27 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DCD27 is #E232D8. Grayscale: #858585. Windows color (decimal): -14824153 or 2608413. OLE color: 2608413.
HSL color Cylindrical-coordinate representation of color #1DCD27: hue angle of 123.41º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DCD27 is Cyan = 0.86, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 205 | 39 | - |
| CMYK | 0.86 | 0 | 0.81 | 0.20 |
| HSL | 123.41º | 0.75% | 0.46% | - |
| HSV(B) | 123.41º | 0.86% | 0.8% | - |
| XYZ | 22.7 | 44.07 | 9.23 | - |
| YUV | 133.45 | 74.69 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 205 | 39 | 0.86 | 0 | 0.81 | 0.20 | 123.41 | 0.75 | 0.46 |
| Hex | 1D | CD | 27 | 56 | 0 | 51 | 14 | 7B | 4B | 2E |
| Octal | 35 | 315 | 47 | 126 | 0 | 121 | 24 | 173 | 113 | 56 |
| Binary | 11101 | 11001101 | 100111 | 1010110 | 0 | 1010001 | 10100 | 1111011 | 1001011 | 101110 |
Color Harmonies of #1DCD27
Complementary color
Monochromatic Colors of #1DCD27
Black with #1DCD27
Text Example
Text Example
White with #1DCD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DCD27; }
p { color: rgb(29,205,39); }
H1.HeaderClassName
{
color: #1DCD27;
}
.AnyTagClassName
{
color: #1DCD27;
}
</style>
background-color css
<style>
a { background-color: #1DCD27; }
a { background-color: rgb(29,205,39); }
div.DivClassName
{
background-color: #1DCD27;
}
.BgClassName
{
background-color: #1DCD27;
}
</style>
border-color css
<style>
span { border-color: #1DCD27; }
span { border-color: rgb(29,205,39); }
td.TdClassName
{
border-color: #1DCD27;
}
.TagClassName
{
border-color: #1DCD27;
}
</style>