Html Css Color HEX #CEEC0F Electric Lime

📋 copy color: '#CEEC0F'

red 206 ◦ green 236 ◦ blue 15

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

Shades of Electric Lime #CEEC0F

Tints of Electric Lime #CEEC0F

RGB

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

 GREEN value IS 236 (92.58% from 255) = 51.64%

 BLUE value IS 15 (6.25% from 255) = 3.28%

R = 45.08%
G = 51.64%
B = 3.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#CEEC0F (or 0xCEEC0F) is known color: Electric Lime. HEX triplet: CE, EC and 0F. RGB value is (206,236,15). Sum of RGB (Red+Green+Blue) = 206+236+15=457 (60% of max value = 765). Red value is 206 (80.86% from 255 or 45.08% from 457); Green value is 236 (92.58% from 255 or 51.64% from 457); Blue value is 15 (6.25% from 255 or 3.28% from 457); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC0F is #3113F0. Grayscale: #CACACA. Windows color (decimal): -3216369 or 1043662. OLE color: 1043662.

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

Color convert

RGB 206 236 15 -
CMYK 0.13 0 0.94 0.07
HSL 68.14º 0.88% 0.49% -
HSV(B) 68.14º 0.94% 0.93% -
XYZ 55.54 73.15 11.64 -
YUV 201.84 22.56 130.97 -
System Red Green Blue C M Y K H S L
Decimal 206 236 15 0.13 0 0.94 0.07 68.14 0.88 0.49
Hex CE EC F D 0 5E 7 44 58 31
Octal 316 354 17 15 0 136 7 104 130 61
Binary 11001110 11101100 1111 1101 0 1011110 111 1000100 1011000 110001

Color Harmonies of #CEEC0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEC0F

Black with #CEEC0F

Text Example


Text Example

White with #CEEC0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEC0F; }

 p { color: rgb(206,236,15); }

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

background-color css

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

 a { background-color: rgb(206,236,15); }

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

border-color css

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

 span { border-color: rgb(206,236,15); }

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