Shades of Electric Lime #CCF30A
Tints of Electric Lime #CCF30A
RGB
CMYK
RGB Variations
Color information
#CCF30A (or 0xCCF30A) is known color: Electric Lime. HEX triplet: CC, F3 and 0A. RGB value is (204,243,10). Sum of RGB (Red+Green+Blue) = 204+243+10=457 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.64% from 457); Green value is 243 (95.31% from 255 or 53.17% from 457); Blue value is 10 (4.30% from 255 or 2.19% from 457); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF30A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF30A is #330CF5. Grayscale: #CDCDCD. Windows color (decimal): -3345654 or 717772. OLE color: 717772.
HSL color Cylindrical-coordinate representation of color #CCF30A: hue angle of 70.04º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CCF30A is Cyan = 0.16, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 10 | - |
| CMYK | 0.16 | 0 | 0.96 | 0.05 |
| HSL | 70.04º | 0.92% | 0.5% | - |
| HSV(B) | 70.04º | 0.96% | 0.95% | - |
| XYZ | 57.01 | 76.96 | 12.14 | - |
| YUV | 204.78 | 18.08 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 10 | 0.16 | 0 | 0.96 | 0.05 | 70.04 | 0.92 | 0.5 |
| Hex | CC | F3 | A | 10 | 0 | 60 | 5 | 46 | 5C | 32 |
| Octal | 314 | 363 | 12 | 20 | 0 | 140 | 5 | 106 | 134 | 62 |
| Binary | 11001100 | 11110011 | 1010 | 10000 | 0 | 1100000 | 101 | 1000110 | 1011100 | 110010 |
Color Harmonies of #CCF30A
Complementary color
Monochromatic Colors of #CCF30A
Black with #CCF30A
Text Example
Text Example
White with #CCF30A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF30A; }
p { color: rgb(204,243,10); }
H1.HeaderClassName
{
color: #CCF30A;
}
.AnyTagClassName
{
color: #CCF30A;
}
</style>
background-color css
<style>
a { background-color: #CCF30A; }
a { background-color: rgb(204,243,10); }
div.DivClassName
{
background-color: #CCF30A;
}
.BgClassName
{
background-color: #CCF30A;
}
</style>
border-color css
<style>
span { border-color: #CCF30A; }
span { border-color: rgb(204,243,10); }
td.TdClassName
{
border-color: #CCF30A;
}
.TagClassName
{
border-color: #CCF30A;
}
</style>