Shades of Electric Lime #CCFC1C
Tints of Electric Lime #CCFC1C
RGB
CMYK
RGB Variations
Color information
#CCFC1C (or 0xCCFC1C) is known color: Electric Lime. HEX triplet: CC, FC and 1C. RGB value is (204,252,28). Sum of RGB (Red+Green+Blue) = 204+252+28=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 28 (11.33% from 255 or 5.79% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC1C is #3303E3. Grayscale: #D4D4D4. Windows color (decimal): -3343332 or 1899724. OLE color: 1899724.
HSL color Cylindrical-coordinate representation of color #CCFC1C: hue angle of 72.86º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCFC1C is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 28 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.01 |
| HSL | 72.86º | 0.97% | 0.55% | - |
| HSV(B) | 72.86º | 0.89% | 0.99% | - |
| XYZ | 59.92 | 82.54 | 13.87 | - |
| YUV | 212.11 | 24.1 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 28 | 0.19 | 0 | 0.89 | 0.01 | 72.86 | 0.97 | 0.55 |
| Hex | CC | FC | 1C | 13 | 0 | 59 | 1 | 49 | 61 | 37 |
| Octal | 314 | 374 | 34 | 23 | 0 | 131 | 1 | 111 | 141 | 67 |
| Binary | 11001100 | 11111100 | 11100 | 10011 | 0 | 1011001 | 1 | 1001001 | 1100001 | 110111 |
Color Harmonies of #CCFC1C
Complementary color
Monochromatic Colors of #CCFC1C
Black with #CCFC1C
Text Example
Text Example
White with #CCFC1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC1C; }
p { color: rgb(204,252,28); }
H1.HeaderClassName
{
color: #CCFC1C;
}
.AnyTagClassName
{
color: #CCFC1C;
}
</style>
background-color css
<style>
a { background-color: #CCFC1C; }
a { background-color: rgb(204,252,28); }
div.DivClassName
{
background-color: #CCFC1C;
}
.BgClassName
{
background-color: #CCFC1C;
}
</style>
border-color css
<style>
span { border-color: #CCFC1C; }
span { border-color: rgb(204,252,28); }
td.TdClassName
{
border-color: #CCFC1C;
}
.TagClassName
{
border-color: #CCFC1C;
}
</style>