Shades of Electric Lime #CCFF1C
Tints of Electric Lime #CCFF1C
RGB
CMYK
RGB Variations
Color information
#CCFF1C (or 0xCCFF1C) is known color: Electric Lime. HEX triplet: CC, FF and 1C. RGB value is (204,255,28). Sum of RGB (Red+Green+Blue) = 204+255+28=487 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.89% from 487); Green value is 255 (100% from 255 or 52.36% from 487); Blue value is 28 (11.33% from 255 or 5.75% from 487); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFF1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFF1C is #3300E3. Grayscale: #D6D6D6. Windows color (decimal): -3342564 or 1900492. OLE color: 1900492.
HSL color Cylindrical-coordinate representation of color #CCFF1C: hue angle of 73.48º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCFF1C is Cyan = 0.2, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 255 | 28 | - |
| CMYK | 0.2 | 0 | 0.89 | 0 |
| HSL | 73.48º | 1% | 0.55% | - |
| HSV(B) | 73.48º | 0.89% | 1% | - |
| XYZ | 60.87 | 84.44 | 14.19 | - |
| YUV | 213.87 | 23.1 | 120.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 255 | 28 | 0.2 | 0 | 0.89 | 0 | 73.48 | 1 | 0.55 |
| Hex | CC | FF | 1C | 14 | 0 | 59 | 0 | 49 | 64 | 37 |
| Octal | 314 | 377 | 34 | 24 | 0 | 131 | 0 | 111 | 144 | 67 |
| Binary | 11001100 | 11111111 | 11100 | 10100 | 0 | 1011001 | 0 | 1001001 | 1100100 | 110111 |
Color Harmonies of #CCFF1C
Complementary color
Monochromatic Colors of #CCFF1C
Black with #CCFF1C
Text Example
Text Example
White with #CCFF1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFF1C; }
p { color: rgb(204,255,28); }
H1.HeaderClassName
{
color: #CCFF1C;
}
.AnyTagClassName
{
color: #CCFF1C;
}
</style>
background-color css
<style>
a { background-color: #CCFF1C; }
a { background-color: rgb(204,255,28); }
div.DivClassName
{
background-color: #CCFF1C;
}
.BgClassName
{
background-color: #CCFF1C;
}
</style>
border-color css
<style>
span { border-color: #CCFF1C; }
span { border-color: rgb(204,255,28); }
td.TdClassName
{
border-color: #CCFF1C;
}
.TagClassName
{
border-color: #CCFF1C;
}
</style>