Shades of Electric Lime #CCFC1D
Tints of Electric Lime #CCFC1D
RGB
CMYK
RGB Variations
Color information
#CCFC1D (or 0xCCFC1D) is known color: Electric Lime. HEX triplet: CC, FC and 1D. RGB value is (204,252,29). Sum of RGB (Red+Green+Blue) = 204+252+29=485 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.06% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 29 (11.72% from 255 or 5.98% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC1D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCFC1D is #3303E2. Grayscale: #D5D5D5. Windows color (decimal): -3343331 or 1965260. OLE color: 1965260.
HSL color Cylindrical-coordinate representation of color #CCFC1D: hue angle of 72.91º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CCFC1D is Cyan = 0.19, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 252 | 29 | - |
| CMYK | 0.19 | 0 | 0.88 | 0.01 |
| HSL | 72.91º | 0.97% | 0.55% | - |
| HSV(B) | 72.91º | 0.88% | 0.99% | - |
| XYZ | 59.93 | 82.55 | 13.94 | - |
| YUV | 212.23 | 24.6 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 252 | 29 | 0.19 | 0 | 0.88 | 0.01 | 72.91 | 0.97 | 0.55 |
| Hex | CC | FC | 1D | 13 | 0 | 58 | 1 | 49 | 61 | 37 |
| Octal | 314 | 374 | 35 | 23 | 0 | 130 | 1 | 111 | 141 | 67 |
| Binary | 11001100 | 11111100 | 11101 | 10011 | 0 | 1011000 | 1 | 1001001 | 1100001 | 110111 |
Color Harmonies of #CCFC1D
Complementary color
Monochromatic Colors of #CCFC1D
Black with #CCFC1D
Text Example
Text Example
White with #CCFC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFC1D; }
p { color: rgb(204,252,29); }
H1.HeaderClassName
{
color: #CCFC1D;
}
.AnyTagClassName
{
color: #CCFC1D;
}
</style>
background-color css
<style>
a { background-color: #CCFC1D; }
a { background-color: rgb(204,252,29); }
div.DivClassName
{
background-color: #CCFC1D;
}
.BgClassName
{
background-color: #CCFC1D;
}
</style>
border-color css
<style>
span { border-color: #CCFC1D; }
span { border-color: rgb(204,252,29); }
td.TdClassName
{
border-color: #CCFC1D;
}
.TagClassName
{
border-color: #CCFC1D;
}
</style>