#CEEC00

Color #CEEC00 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CEEC00

Tints of Electric Lime #CEEC00

Color information

#CEEC00 (or 0xCEEC00) is unknown color: approx Electric Lime. HEX triplet: CE, EC and 00. RGB value is (206,236,0). Sum of RGB (Red+Green+Blue) = 206+236+0=442 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.61% from 442); Green value is 236 (92.58% from 255 or 53.39% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC00 is #3113FF. Grayscale: #C9C9C9. Windows color (decimal): -3216384 or 60622. OLE color: 60622.

HSL color Cylindrical-coordinate representation of color #CEEC00: hue angle of 67.63º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CEEC00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.

Color convert

RGB2062360-
CMYK0.13010.07
HSL67.63º100%46.27%-
HSV(B)67.63º100%92.55%-
XYZ55.4573.1111.19-
YUV200.1315.06132.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 46.61%
GREEN value IS 236 (92.58% from 255) = 53.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=46.61%
G=53.39%
B=0%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal20623600.13010.0767.6310046.27
HexCEEC0D064744642e
Octal3163540150144710414456
Binary1100111011101100011010110010011110001001100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEC00; }

 p { color: rgb(206,236,0); }

 H1.HeaderClassName
 {
   color: #CEEC00;
 }
 .AnyTagClassName
 {
   color: #CEEC00;
 }
</style>
background-color css

<style>
 a { background-color: #CEEC00; }

 a { background-color: rgb(206,236,0); }

 div.DivClassName
 {
   background-color: #CEEC00;
 }
 .BgClassName
 {
   background-color: #CEEC00;
 }
</style>
border-color css

<style>
 span { border-color: #CEEC00; }

 span { border-color: rgb(206,236,0); }

 td.TdClassName
 {
   border-color: #CEEC00;
 }
 .TagClassName
 {
   border-color: #CEEC00;
 }
</style>