Shades of Electric Lime #CCF301
Tints of Electric Lime #CCF301
RGB
CMYK
RGB Variations
Color information
#CCF301 (or 0xCCF301) is known color: Electric Lime. HEX triplet: CC, F3 and 01. RGB value is (204,243,1). Sum of RGB (Red+Green+Blue) = 204+243+1=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 1 (0.78% from 255 or 0.22% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF301 is #330CFE. Grayscale: #CCCCCC. Windows color (decimal): -3345663 or 127948. OLE color: 127948.
HSL color Cylindrical-coordinate representation of color #CCF301: hue angle of 69.67º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF301 is Cyan = 0.16, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 1 | - |
| CMYK | 0.16 | 0 | 1.00 | 0.05 |
| HSL | 69.67º | 0.99% | 0.48% | - |
| HSV(B) | 69.67º | 1% | 0.95% | - |
| XYZ | 56.96 | 76.94 | 11.88 | - |
| YUV | 203.75 | 13.58 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 1 | 0.16 | 0 | 1.00 | 0.05 | 69.67 | 0.99 | 0.48 |
| Hex | CC | F3 | 1 | 10 | 0 | 64 | 5 | 46 | 63 | 30 |
| Octal | 314 | 363 | 1 | 20 | 0 | 144 | 5 | 106 | 143 | 60 |
| Binary | 11001100 | 11110011 | 1 | 10000 | 0 | 1100100 | 101 | 1000110 | 1100011 | 110000 |
Color Harmonies of #CCF301
Complementary color
Monochromatic Colors of #CCF301
Black with #CCF301
Text Example
Text Example
White with #CCF301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF301; }
p { color: rgb(204,243,1); }
H1.HeaderClassName
{
color: #CCF301;
}
.AnyTagClassName
{
color: #CCF301;
}
</style>
background-color css
<style>
a { background-color: #CCF301; }
a { background-color: rgb(204,243,1); }
div.DivClassName
{
background-color: #CCF301;
}
.BgClassName
{
background-color: #CCF301;
}
</style>
border-color css
<style>
span { border-color: #CCF301; }
span { border-color: rgb(204,243,1); }
td.TdClassName
{
border-color: #CCF301;
}
.TagClassName
{
border-color: #CCF301;
}
</style>