Shades of Electric Lime #CCF909
Tints of Electric Lime #CCF909
RGB
CMYK
RGB Variations
Color information
#CCF909 (or 0xCCF909) is known color: Electric Lime. HEX triplet: CC, F9 and 09. RGB value is (204,249,9). Sum of RGB (Red+Green+Blue) = 204+249+9=462 (61% of max value = 765). Red value is 204 (80.08% from 255 or 44.16% from 462); Green value is 249 (97.66% from 255 or 53.90% from 462); Blue value is 9 (3.91% from 255 or 1.95% from 462); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF909 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF909 is #3306F6. Grayscale: #D1D1D1. Windows color (decimal): -3344119 or 653772. OLE color: 653772.
HSL color Cylindrical-coordinate representation of color #CCF909: hue angle of 71.25º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCF909 is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 9 | - |
| CMYK | 0.18 | 0 | 0.96 | 0.02 |
| HSL | 71.25º | 0.95% | 0.51% | - |
| HSV(B) | 71.25º | 0.96% | 0.98% | - |
| XYZ | 58.83 | 80.61 | 12.72 | - |
| YUV | 208.19 | 15.59 | 125.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 9 | 0.18 | 0 | 0.96 | 0.02 | 71.25 | 0.95 | 0.51 |
| Hex | CC | F9 | 9 | 12 | 0 | 60 | 2 | 47 | 5F | 33 |
| Octal | 314 | 371 | 11 | 22 | 0 | 140 | 2 | 107 | 137 | 63 |
| Binary | 11001100 | 11111001 | 1001 | 10010 | 0 | 1100000 | 10 | 1000111 | 1011111 | 110011 |
Color Harmonies of #CCF909
Complementary color
Monochromatic Colors of #CCF909
Black with #CCF909
Text Example
Text Example
White with #CCF909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF909; }
p { color: rgb(204,249,9); }
H1.HeaderClassName
{
color: #CCF909;
}
.AnyTagClassName
{
color: #CCF909;
}
</style>
background-color css
<style>
a { background-color: #CCF909; }
a { background-color: rgb(204,249,9); }
div.DivClassName
{
background-color: #CCF909;
}
.BgClassName
{
background-color: #CCF909;
}
</style>
border-color css
<style>
span { border-color: #CCF909; }
span { border-color: rgb(204,249,9); }
td.TdClassName
{
border-color: #CCF909;
}
.TagClassName
{
border-color: #CCF909;
}
</style>