Html Css Color HEX #CEEC00 Electric Lime

📋 copy color: '#CEEC00'

red 206 ◦ green 236 ◦ blue 0

#CEEC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #CEEC00

Tints of Electric Lime #CEEC00

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 value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#CEEC00 (or 0xCEEC00) is known color: 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

RGB 206 236 0 -
CMYK 0.13 0 1 0.07
HSL 67.63º 1% 0.46% -
HSV(B) 67.63º 1% 0.93% -
XYZ 55.45 73.11 11.19 -
YUV 200.13 15.06 132.19 -
System Red Green Blue C M Y K H S L
Decimal 206 236 0 0.13 0 1 0.07 67.63 1 0.46
Hex CE EC 0 D 0 64 7 44 64 2E
Octal 316 354 0 15 0 144 7 104 144 56
Binary 11001110 11101100 0 1101 0 1100100 111 1000100 1100100 101110

Color Harmonies of #CEEC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC00

Black with #CEEC00

Text Example


Text Example

White with #CEEC00

Text Example


Text Example

HTML Codes & Css Web 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>