Shades of Electric Lime #CCF308
Tints of Electric Lime #CCF308
RGB
CMYK
RGB Variations
Color information
#CCF308 (or 0xCCF308) is known color: Electric Lime. HEX triplet: CC, F3 and 08. RGB value is (204,243,8). Sum of RGB (Red+Green+Blue) = 204+243+8=455 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.84% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 8 (3.52% from 255 or 1.76% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF308 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF308 is #330CF7. Grayscale: #CDCDCD. Windows color (decimal): -3345656 or 586700. OLE color: 586700.
HSL color Cylindrical-coordinate representation of color #CCF308: hue angle of 69.96º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CCF308 is Cyan = 0.16, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 8 | - |
| CMYK | 0.16 | 0 | 0.97 | 0.05 |
| HSL | 69.96º | 0.94% | 0.49% | - |
| HSV(B) | 69.96º | 0.97% | 0.95% | - |
| XYZ | 57 | 76.96 | 12.08 | - |
| YUV | 204.55 | 17.08 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 8 | 0.16 | 0 | 0.97 | 0.05 | 69.96 | 0.94 | 0.49 |
| Hex | CC | F3 | 8 | 10 | 0 | 61 | 5 | 46 | 5E | 31 |
| Octal | 314 | 363 | 10 | 20 | 0 | 141 | 5 | 106 | 136 | 61 |
| Binary | 11001100 | 11110011 | 1000 | 10000 | 0 | 1100001 | 101 | 1000110 | 1011110 | 110001 |
Color Harmonies of #CCF308
Complementary color
Monochromatic Colors of #CCF308
Black with #CCF308
Text Example
Text Example
White with #CCF308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF308; }
p { color: rgb(204,243,8); }
H1.HeaderClassName
{
color: #CCF308;
}
.AnyTagClassName
{
color: #CCF308;
}
</style>
background-color css
<style>
a { background-color: #CCF308; }
a { background-color: rgb(204,243,8); }
div.DivClassName
{
background-color: #CCF308;
}
.BgClassName
{
background-color: #CCF308;
}
</style>
border-color css
<style>
span { border-color: #CCF308; }
span { border-color: rgb(204,243,8); }
td.TdClassName
{
border-color: #CCF308;
}
.TagClassName
{
border-color: #CCF308;
}
</style>