Shades of Lime Green #1CCB05
Tints of Lime Green #1CCB05
RGB
CMYK
RGB Variations
Color information
#1CCB05 (or 0x1CCB05) is known color: Lime Green. HEX triplet: 1C, CB and 05. RGB value is (28,203,5). Sum of RGB (Red+Green+Blue) = 28+203+5=236 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.86% from 236); Green value is 203 (79.69% from 255 or 86.02% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 203 - color contains mainly: green. Hex color #1CCB05 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1CCB05 is #E334FA. Grayscale: #808080. Windows color (decimal): -14890235 or 379676. OLE color: 379676.
HSL color Cylindrical-coordinate representation of color #1CCB05: hue angle of 113.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1CCB05 is Cyan = 0.86, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 28 | 203 | 5 | - |
| CMYK | 0.86 | 0 | 0.98 | 0.20 |
| HSL | 113.03º | 0.95% | 0.41% | - |
| HSV(B) | 113.03º | 0.98% | 0.8% | - |
| XYZ | 21.86 | 42.97 | 7.29 | - |
| YUV | 128.1 | 58.52 | 56.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 203 | 5 | 0.86 | 0 | 0.98 | 0.20 | 113.03 | 0.95 | 0.41 |
| Hex | 1C | CB | 5 | 56 | 0 | 62 | 14 | 71 | 5F | 29 |
| Octal | 34 | 313 | 5 | 126 | 0 | 142 | 24 | 161 | 137 | 51 |
| Binary | 11100 | 11001011 | 101 | 1010110 | 0 | 1100010 | 10100 | 1110001 | 1011111 | 101001 |
Color Harmonies of #1CCB05
Complementary color
Monochromatic Colors of #1CCB05
Black with #1CCB05
Text Example
Text Example
White with #1CCB05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1CCB05; }
p { color: rgb(28,203,5); }
H1.HeaderClassName
{
color: #1CCB05;
}
.AnyTagClassName
{
color: #1CCB05;
}
</style>
background-color css
<style>
a { background-color: #1CCB05; }
a { background-color: rgb(28,203,5); }
div.DivClassName
{
background-color: #1CCB05;
}
.BgClassName
{
background-color: #1CCB05;
}
</style>
border-color css
<style>
span { border-color: #1CCB05; }
span { border-color: rgb(28,203,5); }
td.TdClassName
{
border-color: #1CCB05;
}
.TagClassName
{
border-color: #1CCB05;
}
</style>