Shades of Electric Lime #CCF303
Tints of Electric Lime #CCF303
RGB
CMYK
RGB Variations
Color information
#CCF303 (or 0xCCF303) is known color: Electric Lime. HEX triplet: CC, F3 and 03. RGB value is (204,243,3). Sum of RGB (Red+Green+Blue) = 204+243+3=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 243 (95.31% from 255 or 54% from 450); Blue value is 3 (1.56% from 255 or 0.67% from 450); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF303 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF303 is #330CFC. Grayscale: #CCCCCC. Windows color (decimal): -3345661 or 259020. OLE color: 259020.
HSL color Cylindrical-coordinate representation of color #CCF303: hue angle of 69.75º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCF303 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 243 | 3 | - |
| CMYK | 0.16 | 0 | 0.99 | 0.05 |
| HSL | 69.75º | 0.98% | 0.48% | - |
| HSV(B) | 69.75º | 0.99% | 0.95% | - |
| XYZ | 56.97 | 76.95 | 11.94 | - |
| YUV | 203.98 | 14.58 | 128.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 243 | 3 | 0.16 | 0 | 0.99 | 0.05 | 69.75 | 0.98 | 0.48 |
| Hex | CC | F3 | 3 | 10 | 0 | 63 | 5 | 46 | 62 | 30 |
| Octal | 314 | 363 | 3 | 20 | 0 | 143 | 5 | 106 | 142 | 60 |
| Binary | 11001100 | 11110011 | 11 | 10000 | 0 | 1100011 | 101 | 1000110 | 1100010 | 110000 |
Color Harmonies of #CCF303
Complementary color
Monochromatic Colors of #CCF303
Black with #CCF303
Text Example
Text Example
White with #CCF303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF303; }
p { color: rgb(204,243,3); }
H1.HeaderClassName
{
color: #CCF303;
}
.AnyTagClassName
{
color: #CCF303;
}
</style>
background-color css
<style>
a { background-color: #CCF303; }
a { background-color: rgb(204,243,3); }
div.DivClassName
{
background-color: #CCF303;
}
.BgClassName
{
background-color: #CCF303;
}
</style>
border-color css
<style>
span { border-color: #CCF303; }
span { border-color: rgb(204,243,3); }
td.TdClassName
{
border-color: #CCF303;
}
.TagClassName
{
border-color: #CCF303;
}
</style>