Html Css Color HEX #CEDF03 Electric Lime

📋 copy color: '#CEDF03'

red 206 ◦ green 223 ◦ blue 3

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

Shades of Electric Lime #CEDF03

Tints of Electric Lime #CEDF03

RGB

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

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

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

R = 47.69%
G = 51.62%
B = 0.69%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#CEDF03 (or 0xCEDF03) is known color: Electric Lime. HEX triplet: CE, DF and 03. RGB value is (206,223,3). Sum of RGB (Red+Green+Blue) = 206+223+3=432 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.69% from 432); Green value is 223 (87.5% from 255 or 51.62% from 432); Blue value is 3 (1.56% from 255 or 0.69% from 432); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF03 is #3120FC. Grayscale: #C1C1C1. Windows color (decimal): -3219709 or 253902. OLE color: 253902.

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

Color convert

RGB 206 223 3 -
CMYK 0.08 0 0.99 0.13
HSL 64.64º 0.97% 0.44% -
HSV(B) 64.64º 0.99% 0.87% -
XYZ 51.86 65.9 10.07 -
YUV 192.84 20.87 137.39 -
System Red Green Blue C M Y K H S L
Decimal 206 223 3 0.08 0 0.99 0.13 64.64 0.97 0.44
Hex CE DF 3 8 0 63 D 41 61 2C
Octal 316 337 3 10 0 143 15 101 141 54
Binary 11001110 11011111 11 1000 0 1100011 1101 1000001 1100001 101100

Color Harmonies of #CEDF03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF03

Black with #CEDF03

Text Example


Text Example

White with #CEDF03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF03; }

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

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

background-color css

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

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

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

border-color css

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

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

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