Shades of Lime Green #1CDD3A
Tints of Lime Green #1CDD3A
RGB
CMYK
RGB Variations
Color information
#1CDD3A (or 0x1CDD3A) is known color: Lime Green. HEX triplet: 1C, DD and 3A. RGB value is (28,221,58). Sum of RGB (Red+Green+Blue) = 28+221+58=307 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.12% from 307); Green value is 221 (86.72% from 255 or 71.99% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 221 - color contains mainly: green. Hex color #1CDD3A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CDD3A is #E322C5. Grayscale: #919191. Windows color (decimal): -14885574 or 3857692. OLE color: 3857692.
HSL color Cylindrical-coordinate representation of color #1CDD3A: hue angle of 129.33º 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 #1CDD3A is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 221 | 58 | - |
| CMYK | 0.87 | 0 | 0.74 | 0.13 |
| HSL | 129.33º | 0.78% | 0.49% | - |
| HSV(B) | 129.33º | 0.87% | 0.87% | - |
| XYZ | 27.1 | 52.27 | 12.66 | - |
| YUV | 144.71 | 79.06 | 44.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 221 | 58 | 0.87 | 0 | 0.74 | 0.13 | 129.33 | 0.78 | 0.49 |
| Hex | 1C | DD | 3A | 57 | 0 | 4A | D | 81 | 4E | 31 |
| Octal | 34 | 335 | 72 | 127 | 0 | 112 | 15 | 201 | 116 | 61 |
| Binary | 11100 | 11011101 | 111010 | 1010111 | 0 | 1001010 | 1101 | 10000001 | 1001110 | 110001 |
Color Harmonies of #1CDD3A
Complementary color
Monochromatic Colors of #1CDD3A
Black with #1CDD3A
Text Example
Text Example
White with #1CDD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CDD3A; }
p { color: rgb(28,221,58); }
H1.HeaderClassName
{
color: #1CDD3A;
}
.AnyTagClassName
{
color: #1CDD3A;
}
</style>
background-color css
<style>
a { background-color: #1CDD3A; }
a { background-color: rgb(28,221,58); }
div.DivClassName
{
background-color: #1CDD3A;
}
.BgClassName
{
background-color: #1CDD3A;
}
</style>
border-color css
<style>
span { border-color: #1CDD3A; }
span { border-color: rgb(28,221,58); }
td.TdClassName
{
border-color: #1CDD3A;
}
.TagClassName
{
border-color: #1CDD3A;
}
</style>