Shades of Lime Green #1CDD22
Tints of Lime Green #1CDD22
RGB
CMYK
RGB Variations
Color information
#1CDD22 (or 0x1CDD22) is known color: Lime Green. HEX triplet: 1C, DD and 22. RGB value is (28,221,34). Sum of RGB (Red+Green+Blue) = 28+221+34=283 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.89% from 283); Green value is 221 (86.72% from 255 or 78.09% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD22 is #E322DD. Grayscale: #8E8E8E. Windows color (decimal): -14885598 or 2284828. OLE color: 2284828.
HSL color Cylindrical-coordinate representation of color #1CDD22: hue angle of 121.87º 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 #1CDD22 is Cyan = 0.87, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 34 | - |
| CMYK | 0.87 | 0 | 0.85 | 0.13 |
| HSL | 121.87º | 0.78% | 0.49% | - |
| HSV(B) | 121.87º | 0.87% | 0.87% | - |
| XYZ | 26.62 | 52.08 | 10.16 | - |
| YUV | 141.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 34 | 0.87 | 0 | 0.85 | 0.13 | 121.87 | 0.78 | 0.49 |
| Hex | 1C | DD | 22 | 57 | 0 | 55 | D | 7A | 4E | 31 |
| Octal | 34 | 335 | 42 | 127 | 0 | 125 | 15 | 172 | 116 | 61 |
| Binary | 11100 | 11011101 | 100010 | 1010111 | 0 | 1010101 | 1101 | 1111010 | 1001110 | 110001 |
Color Harmonies of #1CDD22
Complementary color
Monochromatic Colors of #1CDD22
Black with #1CDD22
Text Example
Text Example
White with #1CDD22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD22; }
p { color: rgb(28,221,34); }
H1.HeaderClassName
{
color: #1CDD22;
}
.AnyTagClassName
{
color: #1CDD22;
}
</style>
background-color css
<style>
a { background-color: #1CDD22; }
a { background-color: rgb(28,221,34); }
div.DivClassName
{
background-color: #1CDD22;
}
.BgClassName
{
background-color: #1CDD22;
}
</style>
border-color css
<style>
span { border-color: #1CDD22; }
span { border-color: rgb(28,221,34); }
td.TdClassName
{
border-color: #1CDD22;
}
.TagClassName
{
border-color: #1CDD22;
}
</style>