Shades of Lime Green #1CDD35
Tints of Lime Green #1CDD35
RGB
CMYK
RGB Variations
Color information
#1CDD35 (or 0x1CDD35) is known color: Lime Green. HEX triplet: 1C, DD and 35. RGB value is (28,221,53). Sum of RGB (Red+Green+Blue) = 28+221+53=302 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.27% from 302); Green value is 221 (86.72% from 255 or 73.18% from 302); Blue value is 53 (21.09% from 255 or 17.55% from 302); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD35 is #E322CA. Grayscale: #909090. Windows color (decimal): -14885579 or 3530012. OLE color: 3530012.
HSL color Cylindrical-coordinate representation of color #1CDD35: hue angle of 127.77º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CDD35 is Cyan = 0.87, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 53 | - |
| CMYK | 0.87 | 0 | 0.76 | 0.13 |
| HSL | 127.77º | 0.78% | 0.49% | - |
| HSV(B) | 127.77º | 0.87% | 0.87% | - |
| XYZ | 26.98 | 52.22 | 12.03 | - |
| YUV | 144.14 | 76.56 | 45.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 53 | 0.87 | 0 | 0.76 | 0.13 | 127.77 | 0.78 | 0.49 |
| Hex | 1C | DD | 35 | 57 | 0 | 4C | D | 80 | 4E | 31 |
| Octal | 34 | 335 | 65 | 127 | 0 | 114 | 15 | 200 | 116 | 61 |
| Binary | 11100 | 11011101 | 110101 | 1010111 | 0 | 1001100 | 1101 | 10000000 | 1001110 | 110001 |
Color Harmonies of #1CDD35
Complementary color
Monochromatic Colors of #1CDD35
Black with #1CDD35
Text Example
Text Example
White with #1CDD35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD35; }
p { color: rgb(28,221,53); }
H1.HeaderClassName
{
color: #1CDD35;
}
.AnyTagClassName
{
color: #1CDD35;
}
</style>
background-color css
<style>
a { background-color: #1CDD35; }
a { background-color: rgb(28,221,53); }
div.DivClassName
{
background-color: #1CDD35;
}
.BgClassName
{
background-color: #1CDD35;
}
</style>
border-color css
<style>
span { border-color: #1CDD35; }
span { border-color: rgb(28,221,53); }
td.TdClassName
{
border-color: #1CDD35;
}
.TagClassName
{
border-color: #1CDD35;
}
</style>