Shades of Electric Lime #CCDF03
Tints of Electric Lime #CCDF03
RGB
CMYK
RGB Variations
Color information
#CCDF03 (or 0xCCDF03) is known color: Electric Lime. HEX triplet: CC, DF and 03. RGB value is (204,223,3). Sum of RGB (Red+Green+Blue) = 204+223+3=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 3 (1.56% from 255 or 0.70% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #CCDF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCDF03 is #3320FC. Grayscale: #C1C1C1. Windows color (decimal): -3350781 or 253900. OLE color: 253900.
HSL color Cylindrical-coordinate representation of color #CCDF03: hue angle of 65.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CCDF03 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 223 | 3 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.13 |
| HSL | 65.18º | 0.97% | 0.44% | - |
| HSV(B) | 65.18º | 0.99% | 0.87% | - |
| XYZ | 51.31 | 65.62 | 10.05 | - |
| YUV | 192.24 | 21.21 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 223 | 3 | 0.09 | 0 | 0.99 | 0.13 | 65.18 | 0.97 | 0.44 |
| Hex | CC | DF | 3 | 9 | 0 | 63 | D | 41 | 61 | 2C |
| Octal | 314 | 337 | 3 | 11 | 0 | 143 | 15 | 101 | 141 | 54 |
| Binary | 11001100 | 11011111 | 11 | 1001 | 0 | 1100011 | 1101 | 1000001 | 1100001 | 101100 |
Color Harmonies of #CCDF03
Complementary color
Monochromatic Colors of #CCDF03
Black with #CCDF03
Text Example
Text Example
White with #CCDF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDF03; }
p { color: rgb(204,223,3); }
H1.HeaderClassName
{
color: #CCDF03;
}
.AnyTagClassName
{
color: #CCDF03;
}
</style>
background-color css
<style>
a { background-color: #CCDF03; }
a { background-color: rgb(204,223,3); }
div.DivClassName
{
background-color: #CCDF03;
}
.BgClassName
{
background-color: #CCDF03;
}
</style>
border-color css
<style>
span { border-color: #CCDF03; }
span { border-color: rgb(204,223,3); }
td.TdClassName
{
border-color: #CCDF03;
}
.TagClassName
{
border-color: #CCDF03;
}
</style>