Shades of Electric Lime #CCFD18
Tints of Electric Lime #CCFD18
RGB
CMYK
RGB Variations
Color information
#CCFD18 (or 0xCCFD18) is known color: Electric Lime. HEX triplet: CC, FD and 18. RGB value is (204,253,24). Sum of RGB (Red+Green+Blue) = 204+253+24=481 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.41% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 24 (9.77% from 255 or 4.99% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFD18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCFD18 is #3302E7. Grayscale: #D5D5D5. Windows color (decimal): -3343080 or 1637836. OLE color: 1637836.
HSL color Cylindrical-coordinate representation of color #CCFD18: hue angle of 72.84º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CCFD18 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 253 | 24 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.01 |
| HSL | 72.84º | 0.98% | 0.54% | - |
| HSV(B) | 72.84º | 0.91% | 0.99% | - |
| XYZ | 60.19 | 83.15 | 13.74 | - |
| YUV | 212.24 | 21.77 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 253 | 24 | 0.19 | 0 | 0.91 | 0.01 | 72.84 | 0.98 | 0.54 |
| Hex | CC | FD | 18 | 13 | 0 | 5B | 1 | 49 | 62 | 36 |
| Octal | 314 | 375 | 30 | 23 | 0 | 133 | 1 | 111 | 142 | 66 |
| Binary | 11001100 | 11111101 | 11000 | 10011 | 0 | 1011011 | 1 | 1001001 | 1100010 | 110110 |
Color Harmonies of #CCFD18
Complementary color
Monochromatic Colors of #CCFD18
Black with #CCFD18
Text Example
Text Example
White with #CCFD18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCFD18; }
p { color: rgb(204,253,24); }
H1.HeaderClassName
{
color: #CCFD18;
}
.AnyTagClassName
{
color: #CCFD18;
}
</style>
background-color css
<style>
a { background-color: #CCFD18; }
a { background-color: rgb(204,253,24); }
div.DivClassName
{
background-color: #CCFD18;
}
.BgClassName
{
background-color: #CCFD18;
}
</style>
border-color css
<style>
span { border-color: #CCFD18; }
span { border-color: rgb(204,253,24); }
td.TdClassName
{
border-color: #CCFD18;
}
.TagClassName
{
border-color: #CCFD18;
}
</style>