Shades of Electric Lime #CCF409
Tints of Electric Lime #CCF409
RGB
CMYK
RGB Variations
Color information
#CCF409 (or 0xCCF409) is known color: Electric Lime. HEX triplet: CC, F4 and 09. RGB value is (204,244,9). Sum of RGB (Red+Green+Blue) = 204+244+9=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 244 (95.70% from 255 or 53.39% from 457); Blue value is 9 (3.91% from 255 or 1.97% from 457); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF409 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF409 is #330BF6. Grayscale: #CECECE. Windows color (decimal): -3345399 or 652492. OLE color: 652492.
HSL color Cylindrical-coordinate representation of color #CCF409: hue angle of 70.21º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCF409 is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 244 | 9 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.04 |
| HSL | 70.21º | 0.93% | 0.5% | - |
| HSV(B) | 70.21º | 0.96% | 0.96% | - |
| XYZ | 57.3 | 77.56 | 12.21 | - |
| YUV | 205.25 | 17.25 | 127.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 244 | 9 | 0.16 | 0 | 0.96 | 0.04 | 70.21 | 0.93 | 0.5 |
| Hex | CC | F4 | 9 | 10 | 0 | 60 | 4 | 46 | 5D | 32 |
| Octal | 314 | 364 | 11 | 20 | 0 | 140 | 4 | 106 | 135 | 62 |
| Binary | 11001100 | 11110100 | 1001 | 10000 | 0 | 1100000 | 100 | 1000110 | 1011101 | 110010 |
Color Harmonies of #CCF409
Complementary color
Monochromatic Colors of #CCF409
Black with #CCF409
Text Example
Text Example
White with #CCF409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF409; }
p { color: rgb(204,244,9); }
H1.HeaderClassName
{
color: #CCF409;
}
.AnyTagClassName
{
color: #CCF409;
}
</style>
background-color css
<style>
a { background-color: #CCF409; }
a { background-color: rgb(204,244,9); }
div.DivClassName
{
background-color: #CCF409;
}
.BgClassName
{
background-color: #CCF409;
}
</style>
border-color css
<style>
span { border-color: #CCF409; }
span { border-color: rgb(204,244,9); }
td.TdClassName
{
border-color: #CCF409;
}
.TagClassName
{
border-color: #CCF409;
}
</style>