Shades of Electric Lime #CCF818
Tints of Electric Lime #CCF818
RGB
CMYK
RGB Variations
Color information
#CCF818 (or 0xCCF818) is known color: Electric Lime. HEX triplet: CC, F8 and 18. RGB value is (204,248,24). Sum of RGB (Red+Green+Blue) = 204+248+24=476 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.86% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 24 (9.77% from 255 or 5.04% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF818 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF818 is #3307E7. Grayscale: #D2D2D2. Windows color (decimal): -3344360 or 1636556. OLE color: 1636556.
HSL color Cylindrical-coordinate representation of color #CCF818: hue angle of 71.79º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF818 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 204 | 248 | 24 | - |
| CMYK | 0.18 | 0 | 0.90 | 0.03 |
| HSL | 71.79º | 0.94% | 0.53% | - |
| HSV(B) | 71.79º | 0.9% | 0.97% | - |
| XYZ | 58.63 | 80.04 | 13.22 | - |
| YUV | 209.31 | 23.42 | 124.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 248 | 24 | 0.18 | 0 | 0.90 | 0.03 | 71.79 | 0.94 | 0.53 |
| Hex | CC | F8 | 18 | 12 | 0 | 5A | 3 | 48 | 5E | 35 |
| Octal | 314 | 370 | 30 | 22 | 0 | 132 | 3 | 110 | 136 | 65 |
| Binary | 11001100 | 11111000 | 11000 | 10010 | 0 | 1011010 | 11 | 1001000 | 1011110 | 110101 |
Color Harmonies of #CCF818
Complementary color
Monochromatic Colors of #CCF818
Black with #CCF818
Text Example
Text Example
White with #CCF818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF818; }
p { color: rgb(204,248,24); }
H1.HeaderClassName
{
color: #CCF818;
}
.AnyTagClassName
{
color: #CCF818;
}
</style>
background-color css
<style>
a { background-color: #CCF818; }
a { background-color: rgb(204,248,24); }
div.DivClassName
{
background-color: #CCF818;
}
.BgClassName
{
background-color: #CCF818;
}
</style>
border-color css
<style>
span { border-color: #CCF818; }
span { border-color: rgb(204,248,24); }
td.TdClassName
{
border-color: #CCF818;
}
.TagClassName
{
border-color: #CCF818;
}
</style>