Html Css Color HEX #CEDE03 Electric Lime

📋 copy color: '#CEDE03'

red 206 ◦ green 222 ◦ blue 3

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

Shades of Electric Lime #CEDE03

Tints of Electric Lime #CEDE03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.7%

R = 47.8%
G = 51.51%
B = 0.7%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#CEDE03 (or 0xCEDE03) is known color: Electric Lime. HEX triplet: CE, DE and 03. RGB value is (206,222,3). Sum of RGB (Red+Green+Blue) = 206+222+3=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 222 (87.11% from 255 or 51.51% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE03 is #3121FC. Grayscale: #C1C1C1. Windows color (decimal): -3219965 or 253646. OLE color: 253646.

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

Color convert

RGB 206 222 3 -
CMYK 0.07 0 0.99 0.13
HSL 64.38º 0.97% 0.44% -
HSV(B) 64.38º 0.99% 0.87% -
XYZ 51.59 65.37 9.98 -
YUV 192.25 21.2 137.81 -
System Red Green Blue C M Y K H S L
Decimal 206 222 3 0.07 0 0.99 0.13 64.38 0.97 0.44
Hex CE DE 3 7 0 63 D 40 61 2C
Octal 316 336 3 7 0 143 15 100 141 54
Binary 11001110 11011110 11 111 0 1100011 1101 1000000 1100001 101100

Color Harmonies of #CEDE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE03

Black with #CEDE03

Text Example


Text Example

White with #CEDE03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE03; }

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

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

background-color css

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

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

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

border-color css

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

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

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