Shades of Lime Green #1CDD24
Tints of Lime Green #1CDD24
RGB
CMYK
RGB Variations
Color information
#1CDD24 (or 0x1CDD24) is known color: Lime Green. HEX triplet: 1C, DD and 24. RGB value is (28,221,36). Sum of RGB (Red+Green+Blue) = 28+221+36=285 (37% of max value = 765). Red value is 28 (11.33% from 255 or 9.82% from 285); Green value is 221 (86.72% from 255 or 77.54% from 285); Blue value is 36 (14.45% from 255 or 12.63% from 285); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD24 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD24 is #E322DB. Grayscale: #8E8E8E. Windows color (decimal): -14885596 or 2415900. OLE color: 2415900.
HSL color Cylindrical-coordinate representation of color #1CDD24: hue angle of 122.49º 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 #1CDD24 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 36 | - |
| CMYK | 0.87 | 0 | 0.84 | 0.13 |
| HSL | 122.49º | 0.78% | 0.49% | - |
| HSV(B) | 122.49º | 0.87% | 0.87% | - |
| XYZ | 26.65 | 52.09 | 10.32 | - |
| YUV | 142.2 | 68.06 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 36 | 0.87 | 0 | 0.84 | 0.13 | 122.49 | 0.78 | 0.49 |
| Hex | 1C | DD | 24 | 57 | 0 | 54 | D | 7A | 4E | 31 |
| Octal | 34 | 335 | 44 | 127 | 0 | 124 | 15 | 172 | 116 | 61 |
| Binary | 11100 | 11011101 | 100100 | 1010111 | 0 | 1010100 | 1101 | 1111010 | 1001110 | 110001 |
Color Harmonies of #1CDD24
Complementary color
Monochromatic Colors of #1CDD24
Black with #1CDD24
Text Example
Text Example
White with #1CDD24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD24; }
p { color: rgb(28,221,36); }
H1.HeaderClassName
{
color: #1CDD24;
}
.AnyTagClassName
{
color: #1CDD24;
}
</style>
background-color css
<style>
a { background-color: #1CDD24; }
a { background-color: rgb(28,221,36); }
div.DivClassName
{
background-color: #1CDD24;
}
.BgClassName
{
background-color: #1CDD24;
}
</style>
border-color css
<style>
span { border-color: #1CDD24; }
span { border-color: rgb(28,221,36); }
td.TdClassName
{
border-color: #1CDD24;
}
.TagClassName
{
border-color: #1CDD24;
}
</style>