Shades of Electric Lime #CCF509
Tints of Electric Lime #CCF509
RGB
CMYK
RGB Variations
Color information
#CCF509 (or 0xCCF509) is known color: Electric Lime. HEX triplet: CC, F5 and 09. RGB value is (204,245,9). Sum of RGB (Red+Green+Blue) = 204+245+9=458 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.54% from 458); Green value is 245 (96.09% from 255 or 53.49% from 458); Blue value is 9 (3.91% from 255 or 1.97% from 458); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF509 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF509 is #330AF6. Grayscale: #CECECE. Windows color (decimal): -3345143 or 652748. OLE color: 652748.
HSL color Cylindrical-coordinate representation of color #CCF509: hue angle of 70.42º 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 #CCF509 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 204 | 245 | 9 | - |
| CMYK | 0.17 | 0 | 0.96 | 0.04 |
| HSL | 70.42º | 0.93% | 0.5% | - |
| HSV(B) | 70.42º | 0.96% | 0.96% | - |
| XYZ | 57.6 | 78.16 | 12.31 | - |
| YUV | 205.84 | 16.92 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 245 | 9 | 0.17 | 0 | 0.96 | 0.04 | 70.42 | 0.93 | 0.5 |
| Hex | CC | F5 | 9 | 11 | 0 | 60 | 4 | 46 | 5D | 32 |
| Octal | 314 | 365 | 11 | 21 | 0 | 140 | 4 | 106 | 135 | 62 |
| Binary | 11001100 | 11110101 | 1001 | 10001 | 0 | 1100000 | 100 | 1000110 | 1011101 | 110010 |
Color Harmonies of #CCF509
Complementary color
Monochromatic Colors of #CCF509
Black with #CCF509
Text Example
Text Example
White with #CCF509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF509; }
p { color: rgb(204,245,9); }
H1.HeaderClassName
{
color: #CCF509;
}
.AnyTagClassName
{
color: #CCF509;
}
</style>
background-color css
<style>
a { background-color: #CCF509; }
a { background-color: rgb(204,245,9); }
div.DivClassName
{
background-color: #CCF509;
}
.BgClassName
{
background-color: #CCF509;
}
</style>
border-color css
<style>
span { border-color: #CCF509; }
span { border-color: rgb(204,245,9); }
td.TdClassName
{
border-color: #CCF509;
}
.TagClassName
{
border-color: #CCF509;
}
</style>