Shades of Electric Lime #CCFF13
Tints of Electric Lime #CCFF13
RGB
CMYK
RGB Variations
Color information
#CCFF13 (or 0xCCFF13) is known color: Electric Lime. HEX triplet: CC, FF and 13. RGB value is (204,255,19). Sum of RGB (Red+Green+Blue) = 204+255+19=478 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.68% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 19 (7.81% from 255 or 3.97% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF13 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF13 is #3300EC. Grayscale: #D5D5D5. Windows color (decimal): -3342573 or 1310668. OLE color: 1310668.
HSL color Cylindrical-coordinate representation of color #CCFF13: hue angle of 72.97º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCFF13 is Cyan = 0.2, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 19 | - |
| CMYK | 0.2 | 0 | 0.93 | 0 |
| HSL | 72.97º | 1% | 0.54% | - |
| HSV(B) | 72.97º | 0.93% | 1% | - |
| XYZ | 60.78 | 84.4 | 13.7 | - |
| YUV | 212.85 | 18.6 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 19 | 0.2 | 0 | 0.93 | 0 | 72.97 | 1 | 0.54 |
| Hex | CC | FF | 13 | 14 | 0 | 5D | 0 | 49 | 64 | 36 |
| Octal | 314 | 377 | 23 | 24 | 0 | 135 | 0 | 111 | 144 | 66 |
| Binary | 11001100 | 11111111 | 10011 | 10100 | 0 | 1011101 | 0 | 1001001 | 1100100 | 110110 |
Color Harmonies of #CCFF13
Complementary color
Monochromatic Colors of #CCFF13
Black with #CCFF13
Text Example
Text Example
White with #CCFF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF13; }
p { color: rgb(204,255,19); }
H1.HeaderClassName
{
color: #CCFF13;
}
.AnyTagClassName
{
color: #CCFF13;
}
</style>
background-color css
<style>
a { background-color: #CCFF13; }
a { background-color: rgb(204,255,19); }
div.DivClassName
{
background-color: #CCFF13;
}
.BgClassName
{
background-color: #CCFF13;
}
</style>
border-color css
<style>
span { border-color: #CCFF13; }
span { border-color: rgb(204,255,19); }
td.TdClassName
{
border-color: #CCFF13;
}
.TagClassName
{
border-color: #CCFF13;
}
</style>