Html Css Color HEX #CEDE04 Electric Lime

📋 copy color: '#CEDE04'

red 206 ◦ green 222 ◦ blue 4

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

Shades of Electric Lime #CEDE04

Tints of Electric Lime #CEDE04

RGB

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

 GREEN value IS 222 (87.11% from 255) = 51.39%

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

R = 47.69%
G = 51.39%
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

#CEDE04 (or 0xCEDE04) is known color: Electric Lime. HEX triplet: CE, DE and 04. RGB value is (206,222,4). Sum of RGB (Red+Green+Blue) = 206+222+4=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 222 (87.11% from 255 or 51.39% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE04 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE04 is #3121FB. Grayscale: #C1C1C1. Windows color (decimal): -3219964 or 319182. OLE color: 319182.

HSL color Cylindrical-coordinate representation of color #CEDE04: hue angle of 64.4º 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 #CEDE04 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.13.

Color convert

RGB 206 222 4 -
CMYK 0.07 0 0.98 0.13
HSL 64.4º 0.96% 0.44% -
HSV(B) 64.4º 0.98% 0.87% -
XYZ 51.6 65.37 10.01 -
YUV 192.36 21.7 137.73 -
System Red Green Blue C M Y K H S L
Decimal 206 222 4 0.07 0 0.98 0.13 64.4 0.96 0.44
Hex CE DE 4 7 0 62 D 40 60 2C
Octal 316 336 4 7 0 142 15 100 140 54
Binary 11001110 11011110 100 111 0 1100010 1101 1000000 1100000 101100

Color Harmonies of #CEDE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE04

Black with #CEDE04

Text Example


Text Example

White with #CEDE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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