Html Css Color HEX #CEDD02 Electric Lime

📋 copy color: '#CEDD02'

red 206 ◦ green 221 ◦ blue 2

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

Shades of Electric Lime #CEDD02

Tints of Electric Lime #CEDD02

RGB

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

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

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

R = 48.02%
G = 51.52%
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

#CEDD02 (or 0xCEDD02) is known color: Electric Lime. HEX triplet: CE, DD and 02. RGB value is (206,221,2). Sum of RGB (Red+Green+Blue) = 206+221+2=429 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.02% from 429); Green value is 221 (86.72% from 255 or 51.52% from 429); Blue value is 2 (1.17% from 255 or 0.47% from 429); Max value from RGB is 221 - color contains mainly: green. Hex color #CEDD02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CEDD02 is #3122FD. Grayscale: #C0C0C0. Windows color (decimal): -3220222 or 187854. OLE color: 187854.

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

Color convert

RGB 206 221 2 -
CMYK 0.07 0 0.99 0.13
HSL 64.11º 0.98% 0.44% -
HSV(B) 64.11º 0.99% 0.87% -
XYZ 51.32 64.84 9.87 -
YUV 191.55 21.03 138.31 -
System Red Green Blue C M Y K H S L
Decimal 206 221 2 0.07 0 0.99 0.13 64.11 0.98 0.44
Hex CE DD 2 7 0 63 D 40 62 2C
Octal 316 335 2 7 0 143 15 100 142 54
Binary 11001110 11011101 10 111 0 1100011 1101 1000000 1100010 101100

Color Harmonies of #CEDD02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEDD02

Black with #CEDD02

Text Example


Text Example

White with #CEDD02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEDD02; }

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

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

background-color css

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

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

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

border-color css

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

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

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