Shades of Lime Green #1CCD2D
Tints of Lime Green #1CCD2D
RGB
CMYK
RGB Variations
Color information
#1CCD2D (or 0x1CCD2D) is known color: Lime Green. HEX triplet: 1C, CD and 2D. RGB value is (28,205,45). Sum of RGB (Red+Green+Blue) = 28+205+45=278 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.07% from 278); Green value is 205 (80.47% from 255 or 73.74% from 278); Blue value is 45 (17.97% from 255 or 16.19% from 278); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD2D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCD2D is #E332D2. Grayscale: #868686. Windows color (decimal): -14889683 or 3001628. OLE color: 3001628.
HSL color Cylindrical-coordinate representation of color #1CCD2D: hue angle of 125.76º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCD2D is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 45 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.20 |
| HSL | 125.76º | 0.76% | 0.46% | - |
| HSV(B) | 125.76º | 0.86% | 0.8% | - |
| XYZ | 22.78 | 44.1 | 9.79 | - |
| YUV | 133.84 | 77.86 | 52.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 45 | 0.86 | 0 | 0.78 | 0.20 | 125.76 | 0.76 | 0.46 |
| Hex | 1C | CD | 2D | 56 | 0 | 4E | 14 | 7E | 4C | 2E |
| Octal | 34 | 315 | 55 | 126 | 0 | 116 | 24 | 176 | 114 | 56 |
| Binary | 11100 | 11001101 | 101101 | 1010110 | 0 | 1001110 | 10100 | 1111110 | 1001100 | 101110 |
Color Harmonies of #1CCD2D
Complementary color
Monochromatic Colors of #1CCD2D
Black with #1CCD2D
Text Example
Text Example
White with #1CCD2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCD2D; }
p { color: rgb(28,205,45); }
H1.HeaderClassName
{
color: #1CCD2D;
}
.AnyTagClassName
{
color: #1CCD2D;
}
</style>
background-color css
<style>
a { background-color: #1CCD2D; }
a { background-color: rgb(28,205,45); }
div.DivClassName
{
background-color: #1CCD2D;
}
.BgClassName
{
background-color: #1CCD2D;
}
</style>
border-color css
<style>
span { border-color: #1CCD2D; }
span { border-color: rgb(28,205,45); }
td.TdClassName
{
border-color: #1CCD2D;
}
.TagClassName
{
border-color: #1CCD2D;
}
</style>