Html Css Color HEX #CEED00 Electric Lime

📋 copy color: '#CEED00'

red 206 ◦ green 237 ◦ blue 0

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

Shades of Electric Lime #CEED00

Tints of Electric Lime #CEED00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.5%
G = 53.5%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.07

RGB Variations

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

Color information

#CEED00 (or 0xCEED00) is known color: Electric Lime. HEX triplet: CE, ED and 00. RGB value is (206,237,0). Sum of RGB (Red+Green+Blue) = 206+237+0=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 237 (92.97% from 255 or 53.50% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED00 is #3112FF. Grayscale: #C9C9C9. Windows color (decimal): -3216128 or 60878. OLE color: 60878.

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

Color convert

RGB 206 237 0 -
CMYK 0.13 0 1 0.07
HSL 67.85º 1% 0.46% -
HSV(B) 67.85º 1% 0.93% -
XYZ 55.74 73.69 11.29 -
YUV 200.71 14.73 131.77 -
System Red Green Blue C M Y K H S L
Decimal 206 237 0 0.13 0 1 0.07 67.85 1 0.46
Hex CE ED 0 D 0 64 7 44 64 2E
Octal 316 355 0 15 0 144 7 104 144 56
Binary 11001110 11101101 0 1101 0 1100100 111 1000100 1100100 101110

Color Harmonies of #CEED00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED00

Black with #CEED00

Text Example


Text Example

White with #CEED00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED00; }

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

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

background-color css

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

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

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

border-color css

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

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

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