Shades of Electric Lime #CCFD1D
Tints of Electric Lime #CCFD1D
RGB
CMYK
RGB Variations
Color information
#CCFD1D (or 0xCCFD1D) is known color: Electric Lime. HEX triplet: CC, FD and 1D. RGB value is (204,253,29). Sum of RGB (Red+Green+Blue) = 204+253+29=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 29 (11.72% from 255 or 5.97% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFD1D is #3302E2. Grayscale: #D5D5D5. Windows color (decimal): -3343075 or 1965516. OLE color: 1965516.
HSL color Cylindrical-coordinate representation of color #CCFD1D: hue angle of 73.12º 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 #CCFD1D is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 29 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.01 |
| HSL | 73.13º | 0.98% | 0.55% | - |
| HSV(B) | 73.13º | 0.89% | 0.99% | - |
| XYZ | 60.25 | 83.18 | 14.04 | - |
| YUV | 212.81 | 24.27 | 121.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 29 | 0.19 | 0 | 0.89 | 0.01 | 73.13 | 0.98 | 0.55 |
| Hex | CC | FD | 1D | 13 | 0 | 59 | 1 | 49 | 62 | 37 |
| Octal | 314 | 375 | 35 | 23 | 0 | 131 | 1 | 111 | 142 | 67 |
| Binary | 11001100 | 11111101 | 11101 | 10011 | 0 | 1011001 | 1 | 1001001 | 1100010 | 110111 |
Color Harmonies of #CCFD1D
Complementary color
Monochromatic Colors of #CCFD1D
Black with #CCFD1D
Text Example
Text Example
White with #CCFD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD1D; }
p { color: rgb(204,253,29); }
H1.HeaderClassName
{
color: #CCFD1D;
}
.AnyTagClassName
{
color: #CCFD1D;
}
</style>
background-color css
<style>
a { background-color: #CCFD1D; }
a { background-color: rgb(204,253,29); }
div.DivClassName
{
background-color: #CCFD1D;
}
.BgClassName
{
background-color: #CCFD1D;
}
</style>
border-color css
<style>
span { border-color: #CCFD1D; }
span { border-color: rgb(204,253,29); }
td.TdClassName
{
border-color: #CCFD1D;
}
.TagClassName
{
border-color: #CCFD1D;
}
</style>