Shades of Lime Green #1CCF1D
Tints of Lime Green #1CCF1D
RGB
CMYK
RGB Variations
Color information
#1CCF1D (or 0x1CCF1D) is known color: Lime Green. HEX triplet: 1C, CF and 1D. RGB value is (28,207,29). Sum of RGB (Red+Green+Blue) = 28+207+29=264 (34% of max value = 765). Red value is 28 (11.33% from 255 or 10.61% from 264); Green value is 207 (81.25% from 255 or 78.41% from 264); Blue value is 29 (11.72% from 255 or 10.98% from 264); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1CCF1D is #E330E2. Grayscale: #858585. Windows color (decimal): -14889187 or 1953564. OLE color: 1953564.
HSL color Cylindrical-coordinate representation of color #1CCF1D: hue angle of 120.34º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1CCF1D is Cyan = 0.86, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 29 | - |
| CMYK | 0.86 | 0 | 0.86 | 0.19 |
| HSL | 120.34º | 0.76% | 0.46% | - |
| HSV(B) | 120.34º | 0.86% | 0.81% | - |
| XYZ | 23.01 | 44.96 | 8.63 | - |
| YUV | 133.19 | 69.2 | 52.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 29 | 0.86 | 0 | 0.86 | 0.19 | 120.34 | 0.76 | 0.46 |
| Hex | 1C | CF | 1D | 56 | 0 | 56 | 13 | 78 | 4C | 2E |
| Octal | 34 | 317 | 35 | 126 | 0 | 126 | 23 | 170 | 114 | 56 |
| Binary | 11100 | 11001111 | 11101 | 1010110 | 0 | 1010110 | 10011 | 1111000 | 1001100 | 101110 |
Color Harmonies of #1CCF1D
Complementary color
Monochromatic Colors of #1CCF1D
Black with #1CCF1D
Text Example
Text Example
White with #1CCF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF1D; }
p { color: rgb(28,207,29); }
H1.HeaderClassName
{
color: #1CCF1D;
}
.AnyTagClassName
{
color: #1CCF1D;
}
</style>
background-color css
<style>
a { background-color: #1CCF1D; }
a { background-color: rgb(28,207,29); }
div.DivClassName
{
background-color: #1CCF1D;
}
.BgClassName
{
background-color: #1CCF1D;
}
</style>
border-color css
<style>
span { border-color: #1CCF1D; }
span { border-color: rgb(28,207,29); }
td.TdClassName
{
border-color: #1CCF1D;
}
.TagClassName
{
border-color: #1CCF1D;
}
</style>