Shades of Electric Lime #CCFF01
Tints of Electric Lime #CCFF01
RGB
CMYK
RGB Variations
Color information
#CCFF01 (or 0xCCFF01) is known color: Electric Lime. HEX triplet: CC, FF and 01. RGB value is (204,255,1). Sum of RGB (Red+Green+Blue) = 204+255+1=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 1 (0.78% from 255 or 0.22% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF01 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF01 is #3300FE. Grayscale: #D3D3D3. Windows color (decimal): -3342591 or 131020. OLE color: 131020.
HSL color Cylindrical-coordinate representation of color #CCFF01: hue angle of 72.05º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCFF01 is Cyan = 0.2, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 1 | - |
| CMYK | 0.2 | 0 | 1.00 | 0 |
| HSL | 72.05º | 1% | 0.5% | - |
| HSV(B) | 72.05º | 1% | 1% | - |
| XYZ | 60.67 | 84.36 | 13.11 | - |
| YUV | 210.8 | 9.6 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 1 | 0.2 | 0 | 1.00 | 0 | 72.05 | 1 | 0.5 |
| Hex | CC | FF | 1 | 14 | 0 | 64 | 0 | 48 | 64 | 32 |
| Octal | 314 | 377 | 1 | 24 | 0 | 144 | 0 | 110 | 144 | 62 |
| Binary | 11001100 | 11111111 | 1 | 10100 | 0 | 1100100 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CCFF01
Complementary color
Monochromatic Colors of #CCFF01
Black with #CCFF01
Text Example
Text Example
White with #CCFF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF01; }
p { color: rgb(204,255,1); }
H1.HeaderClassName
{
color: #CCFF01;
}
.AnyTagClassName
{
color: #CCFF01;
}
</style>
background-color css
<style>
a { background-color: #CCFF01; }
a { background-color: rgb(204,255,1); }
div.DivClassName
{
background-color: #CCFF01;
}
.BgClassName
{
background-color: #CCFF01;
}
</style>
border-color css
<style>
span { border-color: #CCFF01; }
span { border-color: rgb(204,255,1); }
td.TdClassName
{
border-color: #CCFF01;
}
.TagClassName
{
border-color: #CCFF01;
}
</style>