Html Css Color HEX #CEEE0A Electric Lime

📋 copy color: '#CEEE0A'

red 206 ◦ green 238 ◦ blue 10

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

Shades of Electric Lime #CEEE0A

Tints of Electric Lime #CEEE0A

RGB

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

 GREEN value IS 238 (93.36% from 255) = 52.42%

 BLUE value IS 10 (4.3% from 255) = 2.2%

R = 45.37%
G = 52.42%
B = 2.2%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#CEEE0A (or 0xCEEE0A) is known color: Electric Lime. HEX triplet: CE, EE and 0A. RGB value is (206,238,10). Sum of RGB (Red+Green+Blue) = 206+238+10=454 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.37% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 10 (4.30% from 255 or 2.20% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEE0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEE0A is #3111F5. Grayscale: #CBCBCB. Windows color (decimal): -3215862 or 716494. OLE color: 716494.

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

Color convert

RGB 206 238 10 -
CMYK 0.13 0 0.96 0.07
HSL 68.42º 0.92% 0.49% -
HSV(B) 68.42º 0.96% 0.93% -
XYZ 56.08 74.29 11.67 -
YUV 202.44 19.4 130.54 -
System Red Green Blue C M Y K H S L
Decimal 206 238 10 0.13 0 0.96 0.07 68.42 0.92 0.49
Hex CE EE A D 0 60 7 44 5C 31
Octal 316 356 12 15 0 140 7 104 134 61
Binary 11001110 11101110 1010 1101 0 1100000 111 1000100 1011100 110001

Color Harmonies of #CEEE0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEE0A

Black with #CEEE0A

Text Example


Text Example

White with #CEEE0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEE0A; }

 p { color: rgb(206,238,10); }

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

background-color css

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

 a { background-color: rgb(206,238,10); }

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

border-color css

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

 span { border-color: rgb(206,238,10); }

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