Html Css Color HEX #CEDD04 Electric Lime

📋 copy color: '#CEDD04'

red 206 ◦ green 221 ◦ blue 4

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

Shades of Electric Lime #CEDD04

Tints of Electric Lime #CEDD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.28%

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

R = 47.8%
G = 51.28%
B = 0.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#CEDD04 (or 0xCEDD04) is known color: Electric Lime. HEX triplet: CE, DD and 04. RGB value is (206,221,4). Sum of RGB (Red+Green+Blue) = 206+221+4=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 4 (1.95% from 255 or 0.93% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD04 is #3122FB. Grayscale: #C0C0C0. Windows color (decimal): -3220220 or 318926. OLE color: 318926.

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

Color convert

RGB 206 221 4 -
CMYK 0.07 0 0.98 0.13
HSL 64.15º 0.96% 0.44% -
HSV(B) 64.15º 0.98% 0.87% -
XYZ 51.33 64.84 9.93 -
YUV 191.78 22.03 138.14 -
System Red Green Blue C M Y K H S L
Decimal 206 221 4 0.07 0 0.98 0.13 64.15 0.96 0.44
Hex CE DD 4 7 0 62 D 40 60 2C
Octal 316 335 4 7 0 142 15 100 140 54
Binary 11001110 11011101 100 111 0 1100010 1101 1000000 1100000 101100

Color Harmonies of #CEDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD04

Black with #CEDD04

Text Example


Text Example

White with #CEDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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