Html Css Color HEX #CEED12 Electric Lime

📋 copy color: '#CEED12'

red 206 ◦ green 237 ◦ blue 18

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

Shades of Electric Lime #CEED12

Tints of Electric Lime #CEED12

RGB

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

 GREEN value IS 237 (92.97% from 255) = 51.41%

 BLUE value IS 18 (7.42% from 255) = 3.9%

R = 44.69%
G = 51.41%
B = 3.9%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.07

RGB Variations

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

Color information

#CEED12 (or 0xCEED12) is known color: Electric Lime. HEX triplet: CE, ED and 12. RGB value is (206,237,18). Sum of RGB (Red+Green+Blue) = 206+237+18=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 18 (7.42% from 255 or 3.90% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED12 is #3112ED. Grayscale: #CBCBCB. Windows color (decimal): -3216110 or 1240526. OLE color: 1240526.

HSL color Cylindrical-coordinate representation of color #CEED12: hue angle of 68.49º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CEED12 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 237 18 -
CMYK 0.13 0 0.92 0.07
HSL 68.49º 0.86% 0.5% -
HSV(B) 68.49º 0.92% 0.93% -
XYZ 55.85 73.73 11.86 -
YUV 202.77 23.73 130.31 -
System Red Green Blue C M Y K H S L
Decimal 206 237 18 0.13 0 0.92 0.07 68.49 0.86 0.5
Hex CE ED 12 D 0 5C 7 44 56 32
Octal 316 355 22 15 0 134 7 104 126 62
Binary 11001110 11101101 10010 1101 0 1011100 111 1000100 1010110 110010

Color Harmonies of #CEED12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED12

Black with #CEED12

Text Example


Text Example

White with #CEED12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED12; }

 p { color: rgb(206,237,18); }

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

background-color css

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

 a { background-color: rgb(206,237,18); }

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

border-color css

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

 span { border-color: rgb(206,237,18); }

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