Shades of Electric Lime #CEE60F
Tints of Electric Lime #CEE60F
RGB
CMYK
RGB Variations
Color information
#CEE60F (or 0xCEE60F) is known color: Electric Lime. HEX triplet: CE, E6 and 0F. RGB value is (206,230,15). Sum of RGB (Red+Green+Blue) = 206+230+15=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 230 (90.23% from 255 or 51.00% from 451); Blue value is 15 (6.25% from 255 or 3.33% from 451); Max value from RGB is 230 - color contains mainly: green. Hex color #CEE60F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEE60F is #3119F0. Grayscale: #C7C7C7. Windows color (decimal): -3217905 or 1042126. OLE color: 1042126.
HSL color Cylindrical-coordinate representation of color #CEE60F: hue angle of 66.7º 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 #CEE60F is Cyan = 0.10, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 230 | 15 | - |
| CMYK | 0.10 | 0 | 0.93 | 0.10 |
| HSL | 66.7º | 0.88% | 0.48% | - |
| HSV(B) | 66.7º | 0.93% | 0.9% | - |
| XYZ | 53.84 | 69.75 | 11.08 | - |
| YUV | 198.31 | 24.55 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 230 | 15 | 0.10 | 0 | 0.93 | 0.10 | 66.7 | 0.88 | 0.48 |
| Hex | CE | E6 | F | A | 0 | 5D | A | 43 | 58 | 30 |
| Octal | 316 | 346 | 17 | 12 | 0 | 135 | 12 | 103 | 130 | 60 |
| Binary | 11001110 | 11100110 | 1111 | 1010 | 0 | 1011101 | 1010 | 1000011 | 1011000 | 110000 |
Color Harmonies of #CEE60F
Complementary color
Monochromatic Colors of #CEE60F
Black with #CEE60F
Text Example
Text Example
White with #CEE60F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEE60F; }
p { color: rgb(206,230,15); }
H1.HeaderClassName
{
color: #CEE60F;
}
.AnyTagClassName
{
color: #CEE60F;
}
</style>
background-color css
<style>
a { background-color: #CEE60F; }
a { background-color: rgb(206,230,15); }
div.DivClassName
{
background-color: #CEE60F;
}
.BgClassName
{
background-color: #CEE60F;
}
</style>
border-color css
<style>
span { border-color: #CEE60F; }
span { border-color: rgb(206,230,15); }
td.TdClassName
{
border-color: #CEE60F;
}
.TagClassName
{
border-color: #CEE60F;
}
</style>