Shades of Electric Lime #CCF915
Tints of Electric Lime #CCF915
RGB
CMYK
RGB Variations
Color information
#CCF915 (or 0xCCF915) is known color: Electric Lime. HEX triplet: CC, F9 and 15. RGB value is (204,249,21). Sum of RGB (Red+Green+Blue) = 204+249+21=474 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.04% from 474); Green value is 249 (97.66% from 255 or 52.53% from 474); Blue value is 21 (8.59% from 255 or 4.43% from 474); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF915 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCF915 is #3306EA. Grayscale: #D2D2D2. Windows color (decimal): -3344107 or 1440204. OLE color: 1440204.
HSL color Cylindrical-coordinate representation of color #CCF915: hue angle of 71.84º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CCF915 is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 249 | 21 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.02 |
| HSL | 71.84º | 0.95% | 0.53% | - |
| HSV(B) | 71.84º | 0.92% | 0.98% | - |
| XYZ | 58.91 | 80.64 | 13.17 | - |
| YUV | 209.55 | 21.59 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 249 | 21 | 0.18 | 0 | 0.92 | 0.02 | 71.84 | 0.95 | 0.53 |
| Hex | CC | F9 | 15 | 12 | 0 | 5C | 2 | 48 | 5F | 35 |
| Octal | 314 | 371 | 25 | 22 | 0 | 134 | 2 | 110 | 137 | 65 |
| Binary | 11001100 | 11111001 | 10101 | 10010 | 0 | 1011100 | 10 | 1001000 | 1011111 | 110101 |
Color Harmonies of #CCF915
Complementary color
Monochromatic Colors of #CCF915
Black with #CCF915
Text Example
Text Example
White with #CCF915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCF915; }
p { color: rgb(204,249,21); }
H1.HeaderClassName
{
color: #CCF915;
}
.AnyTagClassName
{
color: #CCF915;
}
</style>
background-color css
<style>
a { background-color: #CCF915; }
a { background-color: rgb(204,249,21); }
div.DivClassName
{
background-color: #CCF915;
}
.BgClassName
{
background-color: #CCF915;
}
</style>
border-color css
<style>
span { border-color: #CCF915; }
span { border-color: rgb(204,249,21); }
td.TdClassName
{
border-color: #CCF915;
}
.TagClassName
{
border-color: #CCF915;
}
</style>