Html Css Color HEX #CEED10 Electric Lime

📋 copy color: '#CEED10'

red 206 ◦ green 237 ◦ blue 16

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

Shades of Electric Lime #CEED10

Tints of Electric Lime #CEED10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.49%

R = 44.88%
G = 51.63%
B = 3.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.93

 K value IS 0.07

RGB Variations

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

Color information

#CEED10 (or 0xCEED10) is known color: Electric Lime. HEX triplet: CE, ED and 10. RGB value is (206,237,16). Sum of RGB (Red+Green+Blue) = 206+237+16=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 16 (6.64% from 255 or 3.49% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #CEED10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEED10 is #3112EF. Grayscale: #CBCBCB. Windows color (decimal): -3216112 or 1109454. OLE color: 1109454.

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

Color convert

RGB 206 237 16 -
CMYK 0.13 0 0.93 0.07
HSL 68.42º 0.87% 0.5% -
HSV(B) 68.42º 0.93% 0.93% -
XYZ 55.83 73.73 11.78 -
YUV 202.54 22.73 130.47 -
System Red Green Blue C M Y K H S L
Decimal 206 237 16 0.13 0 0.93 0.07 68.42 0.87 0.5
Hex CE ED 10 D 0 5D 7 44 57 32
Octal 316 355 20 15 0 135 7 104 127 62
Binary 11001110 11101101 10000 1101 0 1011101 111 1000100 1010111 110010

Color Harmonies of #CEED10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEED10

Black with #CEED10

Text Example


Text Example

White with #CEED10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEED10; }

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

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

background-color css

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

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

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

border-color css

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

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

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