Shades of Electric Lime #CCFD1C
Tints of Electric Lime #CCFD1C
RGB
CMYK
RGB Variations
Color information
#CCFD1C (or 0xCCFD1C) is known color: Electric Lime. HEX triplet: CC, FD and 1C. RGB value is (204,253,28). Sum of RGB (Red+Green+Blue) = 204+253+28=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 253 (99.22% from 255 or 52.16% from 485); Blue value is 28 (11.33% from 255 or 5.77% from 485); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD1C is #3302E3. Grayscale: #D5D5D5. Windows color (decimal): -3343076 or 1899980. OLE color: 1899980.
HSL color Cylindrical-coordinate representation of color #CCFD1C: hue angle of 73.07º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CCFD1C is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 28 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.01 |
| HSL | 73.07º | 0.98% | 0.55% | - |
| HSV(B) | 73.07º | 0.89% | 0.99% | - |
| XYZ | 60.24 | 83.17 | 13.98 | - |
| YUV | 212.7 | 23.77 | 121.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 28 | 0.19 | 0 | 0.89 | 0.01 | 73.07 | 0.98 | 0.55 |
| Hex | CC | FD | 1C | 13 | 0 | 59 | 1 | 49 | 62 | 37 |
| Octal | 314 | 375 | 34 | 23 | 0 | 131 | 1 | 111 | 142 | 67 |
| Binary | 11001100 | 11111101 | 11100 | 10011 | 0 | 1011001 | 1 | 1001001 | 1100010 | 110111 |
Color Harmonies of #CCFD1C
Complementary color
Monochromatic Colors of #CCFD1C
Black with #CCFD1C
Text Example
Text Example
White with #CCFD1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD1C; }
p { color: rgb(204,253,28); }
H1.HeaderClassName
{
color: #CCFD1C;
}
.AnyTagClassName
{
color: #CCFD1C;
}
</style>
background-color css
<style>
a { background-color: #CCFD1C; }
a { background-color: rgb(204,253,28); }
div.DivClassName
{
background-color: #CCFD1C;
}
.BgClassName
{
background-color: #CCFD1C;
}
</style>
border-color css
<style>
span { border-color: #CCFD1C; }
span { border-color: rgb(204,253,28); }
td.TdClassName
{
border-color: #CCFD1C;
}
.TagClassName
{
border-color: #CCFD1C;
}
</style>