Html Css Color HEX #CEDE02 Electric Lime

📋 copy color: '#CEDE02'

red 206 ◦ green 222 ◦ blue 2

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

Shades of Electric Lime #CEDE02

Tints of Electric Lime #CEDE02

RGB

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

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

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

R = 47.91%
G = 51.63%
B = 0.47%

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

#CEDE02 (or 0xCEDE02) is known color: Electric Lime. HEX triplet: CE, DE and 02. RGB value is (206,222,2). Sum of RGB (Red+Green+Blue) = 206+222+2=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 222 (87.11% from 255 or 51.63% from 430); Blue value is 2 (1.17% from 255 or 0.47% from 430); Max value from RGB is 222 - color contains mainly: green. Hex color #CEDE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDE02 is #3121FD. Grayscale: #C0C0C0. Windows color (decimal): -3219966 or 188110. OLE color: 188110.

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

Color convert

RGB 206 222 2 -
CMYK 0.07 0 0.99 0.13
HSL 64.36º 0.98% 0.44% -
HSV(B) 64.36º 0.99% 0.87% -
XYZ 51.59 65.37 9.96 -
YUV 192.14 20.7 137.89 -
System Red Green Blue C M Y K H S L
Decimal 206 222 2 0.07 0 0.99 0.13 64.36 0.98 0.44
Hex CE DE 2 7 0 63 D 40 62 2C
Octal 316 336 2 7 0 143 15 100 142 54
Binary 11001110 11011110 10 111 0 1100011 1101 1000000 1100010 101100

Color Harmonies of #CEDE02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDE02

Black with #CEDE02

Text Example


Text Example

White with #CEDE02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDE02; }

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

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

background-color css

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

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

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

border-color css

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

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

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