Shades of Lime Green #1CD91D
Tints of Lime Green #1CD91D
RGB
CMYK
RGB Variations
Color information
#1CD91D (or 0x1CD91D) is known color: Lime Green. HEX triplet: 1C, D9 and 1D. RGB value is (28,217,29). Sum of RGB (Red+Green+Blue) = 28+217+29=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 217 (85.16% from 255 or 79.20% from 274); Blue value is 29 (11.72% from 255 or 10.58% from 274); Max value from RGB is 217 - color contains mainly: green. Hex color #1CD91D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CD91D is #E326E2. Grayscale: #8B8B8B. Windows color (decimal): -14886627 or 1956124. OLE color: 1956124.
HSL color Cylindrical-coordinate representation of color #1CD91D: hue angle of 120.32º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1CD91D is Cyan = 0.87, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 28 | 217 | 29 | - |
| CMYK | 0.87 | 0 | 0.87 | 0.15 |
| HSL | 120.32º | 0.77% | 0.48% | - |
| HSV(B) | 120.32º | 0.87% | 0.85% | - |
| XYZ | 25.51 | 49.96 | 9.46 | - |
| YUV | 139.06 | 65.88 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 217 | 29 | 0.87 | 0 | 0.87 | 0.15 | 120.32 | 0.77 | 0.48 |
| Hex | 1C | D9 | 1D | 57 | 0 | 57 | F | 78 | 4D | 30 |
| Octal | 34 | 331 | 35 | 127 | 0 | 127 | 17 | 170 | 115 | 60 |
| Binary | 11100 | 11011001 | 11101 | 1010111 | 0 | 1010111 | 1111 | 1111000 | 1001101 | 110000 |
Color Harmonies of #1CD91D
Complementary color
Monochromatic Colors of #1CD91D
Black with #1CD91D
Text Example
Text Example
White with #1CD91D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CD91D; }
p { color: rgb(28,217,29); }
H1.HeaderClassName
{
color: #1CD91D;
}
.AnyTagClassName
{
color: #1CD91D;
}
</style>
background-color css
<style>
a { background-color: #1CD91D; }
a { background-color: rgb(28,217,29); }
div.DivClassName
{
background-color: #1CD91D;
}
.BgClassName
{
background-color: #1CD91D;
}
</style>
border-color css
<style>
span { border-color: #1CD91D; }
span { border-color: rgb(28,217,29); }
td.TdClassName
{
border-color: #1CD91D;
}
.TagClassName
{
border-color: #1CD91D;
}
</style>