Html Css Color HEX #CEDF02 Electric Lime

📋 copy color: '#CEDF02'

red 206 ◦ green 223 ◦ blue 2

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

Shades of Electric Lime #CEDF02

Tints of Electric Lime #CEDF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.46%

R = 47.8%
G = 51.74%
B = 0.46%

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

#CEDF02 (or 0xCEDF02) is known color: Electric Lime. HEX triplet: CE, DF and 02. RGB value is (206,223,2). Sum of RGB (Red+Green+Blue) = 206+223+2=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 223 (87.5% from 255 or 51.74% from 431); Blue value is 2 (1.17% from 255 or 0.46% from 431); Max value from RGB is 223 - color contains mainly: green. Hex color #CEDF02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDF02 is #3120FD. Grayscale: #C1C1C1. Windows color (decimal): -3219710 or 188366. OLE color: 188366.

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

Color convert

RGB 206 223 2 -
CMYK 0.08 0 0.99 0.13
HSL 64.62º 0.98% 0.44% -
HSV(B) 64.62º 0.99% 0.87% -
XYZ 51.85 65.9 10.04 -
YUV 192.72 20.37 137.47 -
System Red Green Blue C M Y K H S L
Decimal 206 223 2 0.08 0 0.99 0.13 64.62 0.98 0.44
Hex CE DF 2 8 0 63 D 41 62 2C
Octal 316 337 2 10 0 143 15 101 142 54
Binary 11001110 11011111 10 1000 0 1100011 1101 1000001 1100010 101100

Color Harmonies of #CEDF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDF02

Black with #CEDF02

Text Example


Text Example

White with #CEDF02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDF02; }

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

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

background-color css

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

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

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

border-color css

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

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

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