Shades of Electric Lime #CCF306
Tints of Electric Lime #CCF306
RGB
CMYK
RGB Variations
Color information
#CCF306 (or 0xCCF306) is known color: Electric Lime. HEX triplet: CC, F3 and 06. RGB value is (204,243,6). Sum of RGB (Red+Green+Blue) = 204+243+6=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 6 (2.73% from 255 or 1.32% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF306 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF306 is #330CF9. Grayscale: #CDCDCD. Windows color (decimal): -3345658 or 455628. OLE color: 455628.
HSL color Cylindrical-coordinate representation of color #CCF306: hue angle of 69.87º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CCF306 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 6 | - |
| CMYK | 0.16 | 0 | 0.98 | 0.05 |
| HSL | 69.87º | 0.95% | 0.49% | - |
| HSV(B) | 69.87º | 0.98% | 0.95% | - |
| XYZ | 56.99 | 76.95 | 12.02 | - |
| YUV | 204.32 | 16.08 | 127.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 6 | 0.16 | 0 | 0.98 | 0.05 | 69.87 | 0.95 | 0.49 |
| Hex | CC | F3 | 6 | 10 | 0 | 62 | 5 | 46 | 5F | 31 |
| Octal | 314 | 363 | 6 | 20 | 0 | 142 | 5 | 106 | 137 | 61 |
| Binary | 11001100 | 11110011 | 110 | 10000 | 0 | 1100010 | 101 | 1000110 | 1011111 | 110001 |
Color Harmonies of #CCF306
Complementary color
Monochromatic Colors of #CCF306
Black with #CCF306
Text Example
Text Example
White with #CCF306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF306; }
p { color: rgb(204,243,6); }
H1.HeaderClassName
{
color: #CCF306;
}
.AnyTagClassName
{
color: #CCF306;
}
</style>
background-color css
<style>
a { background-color: #CCF306; }
a { background-color: rgb(204,243,6); }
div.DivClassName
{
background-color: #CCF306;
}
.BgClassName
{
background-color: #CCF306;
}
</style>
border-color css
<style>
span { border-color: #CCF306; }
span { border-color: rgb(204,243,6); }
td.TdClassName
{
border-color: #CCF306;
}
.TagClassName
{
border-color: #CCF306;
}
</style>