Shades of Lime Green #1CCF0A
Tints of Lime Green #1CCF0A
RGB
CMYK
RGB Variations
Color information
#1CCF0A (or 0x1CCF0A) is known color: Lime Green. HEX triplet: 1C, CF and 0A. RGB value is (28,207,10). Sum of RGB (Red+Green+Blue) = 28+207+10=245 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.43% from 245); Green value is 207 (81.25% from 255 or 84.49% from 245); Blue value is 10 (4.30% from 255 or 4.08% from 245); Max value from RGB is 207 - color contains mainly: green. Hex color #1CCF0A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCF0A is #E330F5. Grayscale: #838383. Windows color (decimal): -14889206 or 708380. OLE color: 708380.
HSL color Cylindrical-coordinate representation of color #1CCF0A: hue angle of 114.52º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1CCF0A is Cyan = 0.86, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 28 | 207 | 10 | - |
| CMYK | 0.86 | 0 | 0.95 | 0.19 |
| HSL | 114.52º | 0.91% | 0.43% | - |
| HSV(B) | 114.52º | 0.95% | 0.81% | - |
| XYZ | 22.85 | 44.89 | 7.75 | - |
| YUV | 131.02 | 59.7 | 54.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 207 | 10 | 0.86 | 0 | 0.95 | 0.19 | 114.52 | 0.91 | 0.43 |
| Hex | 1C | CF | A | 56 | 0 | 5F | 13 | 73 | 5B | 2B |
| Octal | 34 | 317 | 12 | 126 | 0 | 137 | 23 | 163 | 133 | 53 |
| Binary | 11100 | 11001111 | 1010 | 1010110 | 0 | 1011111 | 10011 | 1110011 | 1011011 | 101011 |
Color Harmonies of #1CCF0A
Complementary color
Monochromatic Colors of #1CCF0A
Black with #1CCF0A
Text Example
Text Example
White with #1CCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCF0A; }
p { color: rgb(28,207,10); }
H1.HeaderClassName
{
color: #1CCF0A;
}
.AnyTagClassName
{
color: #1CCF0A;
}
</style>
background-color css
<style>
a { background-color: #1CCF0A; }
a { background-color: rgb(28,207,10); }
div.DivClassName
{
background-color: #1CCF0A;
}
.BgClassName
{
background-color: #1CCF0A;
}
</style>
border-color css
<style>
span { border-color: #1CCF0A; }
span { border-color: rgb(28,207,10); }
td.TdClassName
{
border-color: #1CCF0A;
}
.TagClassName
{
border-color: #1CCF0A;
}
</style>