Shades of Lime Green #1CCF09
Tints of Lime Green #1CCF09
RGB
CMYK
RGB Variations
Color information
#1CCF09 (or 0x1CCF09) is known color: Lime Green. HEX triplet: 1C, CF and 09. RGB value is (28,207,9). Sum of RGB (Red+Green+Blue) = 28+207+9=244 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.48% from 244); Green value is 207 (81.25% from 255 or 84.84% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF09 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCF09 is #E330F6. Grayscale: #838383. Windows color (decimal): -14889207 or 642844. OLE color: 642844.
HSL color Cylindrical-coordinate representation of color #1CCF09: hue angle of 114.24º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1CCF09 is Cyan = 0.86, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 9 | - |
| CMYK | 0.86 | 0 | 0.96 | 0.19 |
| HSL | 114.24º | 0.92% | 0.42% | - |
| HSV(B) | 114.24º | 0.96% | 0.81% | - |
| XYZ | 22.84 | 44.89 | 7.72 | - |
| YUV | 130.91 | 59.2 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 9 | 0.86 | 0 | 0.96 | 0.19 | 114.24 | 0.92 | 0.42 |
| Hex | 1C | CF | 9 | 56 | 0 | 60 | 13 | 72 | 5C | 2A |
| Octal | 34 | 317 | 11 | 126 | 0 | 140 | 23 | 162 | 134 | 52 |
| Binary | 11100 | 11001111 | 1001 | 1010110 | 0 | 1100000 | 10011 | 1110010 | 1011100 | 101010 |
Color Harmonies of #1CCF09
Complementary color
Monochromatic Colors of #1CCF09
Black with #1CCF09
Text Example
Text Example
White with #1CCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF09; }
p { color: rgb(28,207,9); }
H1.HeaderClassName
{
color: #1CCF09;
}
.AnyTagClassName
{
color: #1CCF09;
}
</style>
background-color css
<style>
a { background-color: #1CCF09; }
a { background-color: rgb(28,207,9); }
div.DivClassName
{
background-color: #1CCF09;
}
.BgClassName
{
background-color: #1CCF09;
}
</style>
border-color css
<style>
span { border-color: #1CCF09; }
span { border-color: rgb(28,207,9); }
td.TdClassName
{
border-color: #1CCF09;
}
.TagClassName
{
border-color: #1CCF09;
}
</style>