Shades of Electric Lime #CCE60F
Tints of Electric Lime #CCE60F
RGB
CMYK
RGB Variations
Color information
#CCE60F (or 0xCCE60F) is known color: Electric Lime. HEX triplet: CC, E6 and 0F. RGB value is (204,230,15). Sum of RGB (Red+Green+Blue) = 204+230+15=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 230 (90.23% from 255 or 51.22% from 449); Blue value is 15 (6.25% from 255 or 3.34% from 449); Max value from RGB is 230 - color contains mainly: green. Hex color #CCE60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CCE60F is #3319F0. Grayscale: #C6C6C6. Windows color (decimal): -3348977 or 1042124. OLE color: 1042124.
HSL color Cylindrical-coordinate representation of color #CCE60F: hue angle of 67.26º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CCE60F is Cyan = 0.11, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 204 | 230 | 15 | - |
| CMYK | 0.11 | 0 | 0.93 | 0.10 |
| HSL | 67.26º | 0.88% | 0.48% | - |
| HSV(B) | 67.26º | 0.93% | 0.9% | - |
| XYZ | 53.28 | 69.47 | 11.05 | - |
| YUV | 197.72 | 24.89 | 132.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 230 | 15 | 0.11 | 0 | 0.93 | 0.10 | 67.26 | 0.88 | 0.48 |
| Hex | CC | E6 | F | B | 0 | 5D | A | 43 | 58 | 30 |
| Octal | 314 | 346 | 17 | 13 | 0 | 135 | 12 | 103 | 130 | 60 |
| Binary | 11001100 | 11100110 | 1111 | 1011 | 0 | 1011101 | 1010 | 1000011 | 1011000 | 110000 |
Color Harmonies of #CCE60F
Complementary color
Monochromatic Colors of #CCE60F
Black with #CCE60F
Text Example
Text Example
White with #CCE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCE60F; }
p { color: rgb(204,230,15); }
H1.HeaderClassName
{
color: #CCE60F;
}
.AnyTagClassName
{
color: #CCE60F;
}
</style>
background-color css
<style>
a { background-color: #CCE60F; }
a { background-color: rgb(204,230,15); }
div.DivClassName
{
background-color: #CCE60F;
}
.BgClassName
{
background-color: #CCE60F;
}
</style>
border-color css
<style>
span { border-color: #CCE60F; }
span { border-color: rgb(204,230,15); }
td.TdClassName
{
border-color: #CCE60F;
}
.TagClassName
{
border-color: #CCE60F;
}
</style>