Shades of Lime Green #1DC135
Tints of Lime Green #1DC135
RGB
CMYK
RGB Variations
Color information
#1DC135 (or 0x1DC135) is known color: Lime Green. HEX triplet: 1D, C1 and 35. RGB value is (29,193,53). Sum of RGB (Red+Green+Blue) = 29+193+53=275 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.55% from 275); Green value is 193 (75.78% from 255 or 70.18% from 275); Blue value is 53 (21.09% from 255 or 19.27% from 275); Max value from RGB is 193 - color contains mainly: green. Hex color #1DC135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1DC135 is #E23ECA. Grayscale: #808080. Windows color (decimal): -14827211 or 3522845. OLE color: 3522845.
HSL color Cylindrical-coordinate representation of color #1DC135: hue angle of 128.78º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1DC135 is Cyan = 0.85, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 29 | 193 | 53 | - |
| CMYK | 0.85 | 0 | 0.73 | 0.24 |
| HSL | 128.78º | 0.74% | 0.44% | - |
| HSV(B) | 128.78º | 0.85% | 0.76% | - |
| XYZ | 20.22 | 38.66 | 9.76 | - |
| YUV | 128 | 85.67 | 57.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 193 | 53 | 0.85 | 0 | 0.73 | 0.24 | 128.78 | 0.74 | 0.44 |
| Hex | 1D | C1 | 35 | 55 | 0 | 49 | 18 | 81 | 4A | 2C |
| Octal | 35 | 301 | 65 | 125 | 0 | 111 | 30 | 201 | 112 | 54 |
| Binary | 11101 | 11000001 | 110101 | 1010101 | 0 | 1001001 | 11000 | 10000001 | 1001010 | 101100 |
Color Harmonies of #1DC135
Complementary color
Monochromatic Colors of #1DC135
Black with #1DC135
Text Example
Text Example
White with #1DC135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1DC135; }
p { color: rgb(29,193,53); }
H1.HeaderClassName
{
color: #1DC135;
}
.AnyTagClassName
{
color: #1DC135;
}
</style>
background-color css
<style>
a { background-color: #1DC135; }
a { background-color: rgb(29,193,53); }
div.DivClassName
{
background-color: #1DC135;
}
.BgClassName
{
background-color: #1DC135;
}
</style>
border-color css
<style>
span { border-color: #1DC135; }
span { border-color: rgb(29,193,53); }
td.TdClassName
{
border-color: #1DC135;
}
.TagClassName
{
border-color: #1DC135;
}
</style>