Shades of Lime Green #1CCF14
Tints of Lime Green #1CCF14
RGB
CMYK
RGB Variations
Color information
#1CCF14 (or 0x1CCF14) is known color: Lime Green. HEX triplet: 1C, CF and 14. RGB value is (28,207,20). Sum of RGB (Red+Green+Blue) = 28+207+20=255 (33% of max value = 765). Red value is 28 (11.33% from 255 or 10.98% from 255); Green value is 207 (81.25% from 255 or 81.18% from 255); Blue value is 20 (8.20% from 255 or 7.84% from 255); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCF14 is #E330EB. Grayscale: #848484. Windows color (decimal): -14889196 or 1363740. OLE color: 1363740.
HSL color Cylindrical-coordinate representation of color #1CCF14: hue angle of 117.43º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1CCF14 is Cyan = 0.86, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 20 | - |
| CMYK | 0.86 | 0 | 0.90 | 0.19 |
| HSL | 117.43º | 0.82% | 0.45% | - |
| HSV(B) | 117.43º | 0.9% | 0.81% | - |
| XYZ | 22.92 | 44.92 | 8.12 | - |
| YUV | 132.16 | 64.7 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 20 | 0.86 | 0 | 0.90 | 0.19 | 117.43 | 0.82 | 0.45 |
| Hex | 1C | CF | 14 | 56 | 0 | 5A | 13 | 75 | 52 | 2D |
| Octal | 34 | 317 | 24 | 126 | 0 | 132 | 23 | 165 | 122 | 55 |
| Binary | 11100 | 11001111 | 10100 | 1010110 | 0 | 1011010 | 10011 | 1110101 | 1010010 | 101101 |
Color Harmonies of #1CCF14
Complementary color
Monochromatic Colors of #1CCF14
Black with #1CCF14
Text Example
Text Example
White with #1CCF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF14; }
p { color: rgb(28,207,20); }
H1.HeaderClassName
{
color: #1CCF14;
}
.AnyTagClassName
{
color: #1CCF14;
}
</style>
background-color css
<style>
a { background-color: #1CCF14; }
a { background-color: rgb(28,207,20); }
div.DivClassName
{
background-color: #1CCF14;
}
.BgClassName
{
background-color: #1CCF14;
}
</style>
border-color css
<style>
span { border-color: #1CCF14; }
span { border-color: rgb(28,207,20); }
td.TdClassName
{
border-color: #1CCF14;
}
.TagClassName
{
border-color: #1CCF14;
}
</style>