Html Css Color HEX #CEDF08 Electric Lime

📋 copy color: '#CEDF08'

red 206 ◦ green 223 ◦ blue 8

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

Shades of Electric Lime #CEDF08

Tints of Electric Lime #CEDF08

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.03%

 BLUE value IS 8 (3.52% from 255) = 1.83%

R = 47.14%
G = 51.03%
B = 1.83%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#CEDF08 (or 0xCEDF08) is known color: Electric Lime. HEX triplet: CE, DF and 08. RGB value is (206,223,8). Sum of RGB (Red+Green+Blue) = 206+223+8=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 223 (87.5% from 255 or 51.03% from 437); Blue value is 8 (3.52% from 255 or 1.83% from 437); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF08 is #3120F7. Grayscale: #C2C2C2. Windows color (decimal): -3219704 or 581582. OLE color: 581582.

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

Color convert

RGB 206 223 8 -
CMYK 0.08 0 0.96 0.13
HSL 64.74º 0.93% 0.45% -
HSV(B) 64.74º 0.96% 0.87% -
XYZ 51.89 65.91 10.22 -
YUV 193.41 23.37 136.98 -
System Red Green Blue C M Y K H S L
Decimal 206 223 8 0.08 0 0.96 0.13 64.74 0.93 0.45
Hex CE DF 8 8 0 60 D 41 5D 2D
Octal 316 337 10 10 0 140 15 101 135 55
Binary 11001110 11011111 1000 1000 0 1100000 1101 1000001 1011101 101101

Color Harmonies of #CEDF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF08

Black with #CEDF08

Text Example


Text Example

White with #CEDF08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF08; }

 p { color: rgb(206,223,8); }

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

background-color css

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

 a { background-color: rgb(206,223,8); }

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

border-color css

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

 span { border-color: rgb(206,223,8); }

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