Shades of Electric Lime #CCF100
Tints of Electric Lime #CCF100
RGB
CMYK
RGB Variations
Color information
#CCF100 (or 0xCCF100) is known color: Electric Lime. HEX triplet: CC, F1 and 00. RGB value is (204,241,0). Sum of RGB (Red+Green+Blue) = 204+241+0=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 0 (0.39% from 255 or 0% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF100 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF100 is #330EFF. Grayscale: #CBCBCB. Windows color (decimal): -3346176 or 61900. OLE color: 61900.
HSL color Cylindrical-coordinate representation of color #CCF100: hue angle of 69.21º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CCF100 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.05 |
| HSL | 69.21º | 1% | 0.47% | - |
| HSV(B) | 69.21º | 1% | 0.95% | - |
| XYZ | 56.36 | 75.75 | 11.65 | - |
| YUV | 202.46 | 13.74 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 0 | 0.15 | 0 | 1 | 0.05 | 69.21 | 1 | 0.47 |
| Hex | CC | F1 | 0 | F | 0 | 64 | 5 | 45 | 64 | 2F |
| Octal | 314 | 361 | 0 | 17 | 0 | 144 | 5 | 105 | 144 | 57 |
| Binary | 11001100 | 11110001 | 0 | 1111 | 0 | 1100100 | 101 | 1000101 | 1100100 | 101111 |
Color Harmonies of #CCF100
Complementary color
Monochromatic Colors of #CCF100
Black with #CCF100
Text Example
Text Example
White with #CCF100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF100; }
p { color: rgb(204,241,0); }
H1.HeaderClassName
{
color: #CCF100;
}
.AnyTagClassName
{
color: #CCF100;
}
</style>
background-color css
<style>
a { background-color: #CCF100; }
a { background-color: rgb(204,241,0); }
div.DivClassName
{
background-color: #CCF100;
}
.BgClassName
{
background-color: #CCF100;
}
</style>
border-color css
<style>
span { border-color: #CCF100; }
span { border-color: rgb(204,241,0); }
td.TdClassName
{
border-color: #CCF100;
}
.TagClassName
{
border-color: #CCF100;
}
</style>