#CEEC15

Color #CEEC15 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #CEEC15

Tints of Electric Lime #CEEC15

Color information

#CEEC15 (or 0xCEEC15) is unknown color: approx Electric Lime. HEX triplet: CE, EC and 15. RGB value is (206,236,21). Sum of RGB (Red+Green+Blue) = 206+236+21=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 236 (92.58% from 255 or 50.97% from 463); Blue value is 21 (8.59% from 255 or 4.54% from 463); Max value from RGB is 236 - color contains mainly: green. Hex color #CEEC15 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEEC15 is #3113EA. Grayscale: #CBCBCB. Windows color (decimal): -3216363 or 1436878. OLE color: 1436878.

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

Color convert

RGB20623621-
CMYK0.1300.910.07
HSL68.37º84.98%50.39%-
HSV(B)68.37º91.1%92.55%-
XYZ55.5873.1711.9-
YUV202.5225.56130.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 236 (92.58% from 255) = 50.97%
BLUE value IS 21 (8.59% from 255) = 4.54%
R=44.49%
G=50.97%
B=4.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal206236210.1300.910.0768.3784.9850.39
HexCEEC15D05B7445532
Octal31635425150133710412562
Binary11001110111011001010111010101101111110001001010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEC15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEC15; }

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

 H1.HeaderClassName
 {
   color: #CEEC15;
 }
 .AnyTagClassName
 {
   color: #CEEC15;
 }
</style>
background-color css

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

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

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

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

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

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