Shades of Electric Lime #CCFF02
Tints of Electric Lime #CCFF02
RGB
CMYK
RGB Variations
Color information
#CCFF02 (or 0xCCFF02) is known color: Electric Lime. HEX triplet: CC, FF and 02. RGB value is (204,255,2). Sum of RGB (Red+Green+Blue) = 204+255+2=461 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.25% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 2 (1.17% from 255 or 0.43% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFF02 is #3300FD. Grayscale: #D3D3D3. Windows color (decimal): -3342590 or 196556. OLE color: 196556.
HSL color Cylindrical-coordinate representation of color #CCFF02: hue angle of 72.09º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCFF02 is Cyan = 0.2, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 2 | - |
| CMYK | 0.2 | 0 | 0.99 | 0 |
| HSL | 72.09º | 1% | 0.5% | - |
| HSV(B) | 72.09º | 0.99% | 1% | - |
| XYZ | 60.67 | 84.36 | 13.14 | - |
| YUV | 210.91 | 10.1 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 2 | 0.2 | 0 | 0.99 | 0 | 72.09 | 1 | 0.5 |
| Hex | CC | FF | 2 | 14 | 0 | 63 | 0 | 48 | 64 | 32 |
| Octal | 314 | 377 | 2 | 24 | 0 | 143 | 0 | 110 | 144 | 62 |
| Binary | 11001100 | 11111111 | 10 | 10100 | 0 | 1100011 | 0 | 1001000 | 1100100 | 110010 |
Color Harmonies of #CCFF02
Complementary color
Monochromatic Colors of #CCFF02
Black with #CCFF02
Text Example
Text Example
White with #CCFF02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF02; }
p { color: rgb(204,255,2); }
H1.HeaderClassName
{
color: #CCFF02;
}
.AnyTagClassName
{
color: #CCFF02;
}
</style>
background-color css
<style>
a { background-color: #CCFF02; }
a { background-color: rgb(204,255,2); }
div.DivClassName
{
background-color: #CCFF02;
}
.BgClassName
{
background-color: #CCFF02;
}
</style>
border-color css
<style>
span { border-color: #CCFF02; }
span { border-color: rgb(204,255,2); }
td.TdClassName
{
border-color: #CCFF02;
}
.TagClassName
{
border-color: #CCFF02;
}
</style>