Html Css Color HEX #CEDD00 Electric Lime

📋 copy color: '#CEDD00'

red 206 ◦ green 221 ◦ blue 0

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

Shades of Electric Lime #CEDD00

Tints of Electric Lime #CEDD00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.24%
G = 51.76%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#CEDD00 (or 0xCEDD00) is known color: Electric Lime. HEX triplet: CE, DD and 00. RGB value is (206,221,0). Sum of RGB (Red+Green+Blue) = 206+221+0=427 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.24% from 427); Green value is 221 (86.72% from 255 or 51.76% from 427); Blue value is 0 (0.39% from 255 or 0% from 427); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD00 is #3122FF. Grayscale: #C0C0C0. Windows color (decimal): -3220224 or 56782. OLE color: 56782.

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

Color convert

RGB 206 221 0 -
CMYK 0.07 0 1 0.13
HSL 64.07º 1% 0.43% -
HSV(B) 64.07º 1% 0.87% -
XYZ 51.31 64.83 9.81 -
YUV 191.32 20.03 138.47 -
System Red Green Blue C M Y K H S L
Decimal 206 221 0 0.07 0 1 0.13 64.07 1 0.43
Hex CE DD 0 7 0 64 D 40 64 2B
Octal 316 335 0 7 0 144 15 100 144 53
Binary 11001110 11011101 0 111 0 1100100 1101 1000000 1100100 101011

Color Harmonies of #CEDD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD00

Black with #CEDD00

Text Example


Text Example

White with #CEDD00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD00; }

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

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

background-color css

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

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

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

border-color css

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

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

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