Shades of Electric Lime #CCF118
Tints of Electric Lime #CCF118
RGB
CMYK
RGB Variations
Color information
#CCF118 (or 0xCCF118) is known color: Electric Lime. HEX triplet: CC, F1 and 18. RGB value is (204,241,24). Sum of RGB (Red+Green+Blue) = 204+241+24=469 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.50% from 469); Green value is 241 (94.53% from 255 or 51.39% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF118 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF118 is #330EE7. Grayscale: #CECECE. Windows color (decimal): -3346152 or 1634764. OLE color: 1634764.
HSL color Cylindrical-coordinate representation of color #CCF118: hue angle of 70.23º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CCF118 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 241 | 24 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.05 |
| HSL | 70.23º | 0.89% | 0.52% | - |
| HSV(B) | 70.23º | 0.9% | 0.95% | - |
| XYZ | 56.52 | 75.81 | 12.52 | - |
| YUV | 205.2 | 25.74 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 241 | 24 | 0.15 | 0 | 0.90 | 0.05 | 70.23 | 0.89 | 0.52 |
| Hex | CC | F1 | 18 | F | 0 | 5A | 5 | 46 | 59 | 34 |
| Octal | 314 | 361 | 30 | 17 | 0 | 132 | 5 | 106 | 131 | 64 |
| Binary | 11001100 | 11110001 | 11000 | 1111 | 0 | 1011010 | 101 | 1000110 | 1011001 | 110100 |
Color Harmonies of #CCF118
Complementary color
Monochromatic Colors of #CCF118
Black with #CCF118
Text Example
Text Example
White with #CCF118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF118; }
p { color: rgb(204,241,24); }
H1.HeaderClassName
{
color: #CCF118;
}
.AnyTagClassName
{
color: #CCF118;
}
</style>
background-color css
<style>
a { background-color: #CCF118; }
a { background-color: rgb(204,241,24); }
div.DivClassName
{
background-color: #CCF118;
}
.BgClassName
{
background-color: #CCF118;
}
</style>
border-color css
<style>
span { border-color: #CCF118; }
span { border-color: rgb(204,241,24); }
td.TdClassName
{
border-color: #CCF118;
}
.TagClassName
{
border-color: #CCF118;
}
</style>