Shades of Electric Lime #CCF802
Tints of Electric Lime #CCF802
RGB
CMYK
RGB Variations
Color information
#CCF802 (or 0xCCF802) is known color: Electric Lime. HEX triplet: CC, F8 and 02. RGB value is (204,248,2). Sum of RGB (Red+Green+Blue) = 204+248+2=454 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.93% from 454); Green value is 248 (97.27% from 255 or 54.63% from 454); Blue value is 2 (1.17% from 255 or 0.44% from 454); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF802 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF802 is #3307FD. Grayscale: #CFCFCF. Windows color (decimal): -3344382 or 194764. OLE color: 194764.
HSL color Cylindrical-coordinate representation of color #CCF802: hue angle of 70.73º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF802 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.03 |
| HSL | 70.73º | 0.98% | 0.49% | - |
| HSV(B) | 70.73º | 0.99% | 0.97% | - |
| XYZ | 58.48 | 79.98 | 12.41 | - |
| YUV | 206.8 | 12.42 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 2 | 0.18 | 0 | 0.99 | 0.03 | 70.73 | 0.98 | 0.49 |
| Hex | CC | F8 | 2 | 12 | 0 | 63 | 3 | 47 | 62 | 31 |
| Octal | 314 | 370 | 2 | 22 | 0 | 143 | 3 | 107 | 142 | 61 |
| Binary | 11001100 | 11111000 | 10 | 10010 | 0 | 1100011 | 11 | 1000111 | 1100010 | 110001 |
Color Harmonies of #CCF802
Complementary color
Monochromatic Colors of #CCF802
Black with #CCF802
Text Example
Text Example
White with #CCF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF802; }
p { color: rgb(204,248,2); }
H1.HeaderClassName
{
color: #CCF802;
}
.AnyTagClassName
{
color: #CCF802;
}
</style>
background-color css
<style>
a { background-color: #CCF802; }
a { background-color: rgb(204,248,2); }
div.DivClassName
{
background-color: #CCF802;
}
.BgClassName
{
background-color: #CCF802;
}
</style>
border-color css
<style>
span { border-color: #CCF802; }
span { border-color: rgb(204,248,2); }
td.TdClassName
{
border-color: #CCF802;
}
.TagClassName
{
border-color: #CCF802;
}
</style>