Shades of Electric Lime #CCFF0C
Tints of Electric Lime #CCFF0C
RGB
CMYK
RGB Variations
Color information
#CCFF0C (or 0xCCFF0C) is known color: Electric Lime. HEX triplet: CC, FF and 0C. RGB value is (204,255,12). Sum of RGB (Red+Green+Blue) = 204+255+12=471 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.31% from 471); Green value is 255 (100% from 255 or 54.14% from 471); Blue value is 12 (5.08% from 255 or 2.55% from 471); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF0C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF0C is #3300F3. Grayscale: #D4D4D4. Windows color (decimal): -3342580 or 851916. OLE color: 851916.
HSL color Cylindrical-coordinate representation of color #CCFF0C: hue angle of 72.59º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCFF0C is Cyan = 0.2, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 12 | - |
| CMYK | 0.2 | 0 | 0.95 | 0 |
| HSL | 72.59º | 1% | 0.52% | - |
| HSV(B) | 72.59º | 0.95% | 1% | - |
| XYZ | 60.73 | 84.38 | 13.43 | - |
| YUV | 212.05 | 15.1 | 122.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 12 | 0.2 | 0 | 0.95 | 0 | 72.59 | 1 | 0.52 |
| Hex | CC | FF | C | 14 | 0 | 5F | 0 | 49 | 64 | 34 |
| Octal | 314 | 377 | 14 | 24 | 0 | 137 | 0 | 111 | 144 | 64 |
| Binary | 11001100 | 11111111 | 1100 | 10100 | 0 | 1011111 | 0 | 1001001 | 1100100 | 110100 |
Color Harmonies of #CCFF0C
Complementary color
Monochromatic Colors of #CCFF0C
Black with #CCFF0C
Text Example
Text Example
White with #CCFF0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF0C; }
p { color: rgb(204,255,12); }
H1.HeaderClassName
{
color: #CCFF0C;
}
.AnyTagClassName
{
color: #CCFF0C;
}
</style>
background-color css
<style>
a { background-color: #CCFF0C; }
a { background-color: rgb(204,255,12); }
div.DivClassName
{
background-color: #CCFF0C;
}
.BgClassName
{
background-color: #CCFF0C;
}
</style>
border-color css
<style>
span { border-color: #CCFF0C; }
span { border-color: rgb(204,255,12); }
td.TdClassName
{
border-color: #CCFF0C;
}
.TagClassName
{
border-color: #CCFF0C;
}
</style>