Html Css Color HEX #CEEC04 Electric Lime

📋 copy color: '#CEEC04'

red 206 ◦ green 236 ◦ blue 4

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

Shades of Electric Lime #CEEC04

Tints of Electric Lime #CEEC04

RGB

 RED value IS 206 (80.86% from 255) = 46.19%

 GREEN value IS 236 (92.58% from 255) = 52.91%

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 46.19%
G = 52.91%
B = 0.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.07

RGB Variations

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

Color information

#CEEC04 (or 0xCEEC04) is known color: Electric Lime. HEX triplet: CE, EC and 04. RGB value is (206,236,4). Sum of RGB (Red+Green+Blue) = 206+236+4=446 (59% of max value = 765). Red value is 206 (80.86% from 255 or 46.19% from 446); Green value is 236 (92.58% from 255 or 52.91% from 446); Blue value is 4 (1.95% from 255 or 0.90% from 446); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC04 is #3113FB. Grayscale: #C9C9C9. Windows color (decimal): -3216380 or 322766. OLE color: 322766.

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

Color convert

RGB 206 236 4 -
CMYK 0.13 0 0.98 0.07
HSL 67.76º 0.97% 0.47% -
HSV(B) 67.76º 0.98% 0.93% -
XYZ 55.47 73.12 11.31 -
YUV 200.58 17.06 131.86 -
System Red Green Blue C M Y K H S L
Decimal 206 236 4 0.13 0 0.98 0.07 67.76 0.97 0.47
Hex CE EC 4 D 0 62 7 44 61 2F
Octal 316 354 4 15 0 142 7 104 141 57
Binary 11001110 11101100 100 1101 0 1100010 111 1000100 1100001 101111

Color Harmonies of #CEEC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC04

Black with #CEEC04

Text Example


Text Example

White with #CEEC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC04; }

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

 H1.HeaderClassName
 {
   color: #CEEC04;
 }
 .AnyTagClassName
 {
   color: #CEEC04;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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