Shades of Lime Green #1CCD28
Tints of Lime Green #1CCD28
RGB
CMYK
RGB Variations
Color information
#1CCD28 (or 0x1CCD28) is known color: Lime Green. HEX triplet: 1C, CD and 28. RGB value is (28,205,40). Sum of RGB (Red+Green+Blue) = 28+205+40=273 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.26% from 273); Green value is 205 (80.47% from 255 or 75.09% from 273); Blue value is 40 (16.02% from 255 or 14.65% from 273); Max value from RGB is 205 - color contains mainly: green. Hex color #1CCD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCD28 is #E332D7. Grayscale: #858585. Windows color (decimal): -14889688 or 2673948. OLE color: 2673948.
HSL color Cylindrical-coordinate representation of color #1CCD28: hue angle of 124.07º 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 #1CCD28 is Cyan = 0.86, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 205 | 40 | - |
| CMYK | 0.86 | 0 | 0.80 | 0.20 |
| HSL | 124.07º | 0.76% | 0.46% | - |
| HSV(B) | 124.07º | 0.86% | 0.8% | - |
| XYZ | 22.69 | 44.06 | 9.32 | - |
| YUV | 133.27 | 75.36 | 52.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 205 | 40 | 0.86 | 0 | 0.80 | 0.20 | 124.07 | 0.76 | 0.46 |
| Hex | 1C | CD | 28 | 56 | 0 | 50 | 14 | 7C | 4C | 2E |
| Octal | 34 | 315 | 50 | 126 | 0 | 120 | 24 | 174 | 114 | 56 |
| Binary | 11100 | 11001101 | 101000 | 1010110 | 0 | 1010000 | 10100 | 1111100 | 1001100 | 101110 |
Color Harmonies of #1CCD28
Complementary color
Monochromatic Colors of #1CCD28
Black with #1CCD28
Text Example
Text Example
White with #1CCD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCD28; }
p { color: rgb(28,205,40); }
H1.HeaderClassName
{
color: #1CCD28;
}
.AnyTagClassName
{
color: #1CCD28;
}
</style>
background-color css
<style>
a { background-color: #1CCD28; }
a { background-color: rgb(28,205,40); }
div.DivClassName
{
background-color: #1CCD28;
}
.BgClassName
{
background-color: #1CCD28;
}
</style>
border-color css
<style>
span { border-color: #1CCD28; }
span { border-color: rgb(28,205,40); }
td.TdClassName
{
border-color: #1CCD28;
}
.TagClassName
{
border-color: #1CCD28;
}
</style>