#CEF30E

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

Shades of Electric Lime #CEF30E

Tints of Electric Lime #CEF30E

Color information

#CEF30E (or 0xCEF30E) is unknown color: approx Electric Lime. HEX triplet: CE, F3 and 0E. RGB value is (206,243,14). Sum of RGB (Red+Green+Blue) = 206+243+14=463 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.49% from 463); Green value is 243 (95.31% from 255 or 52.48% from 463); Blue value is 14 (5.86% from 255 or 3.02% from 463); Max value from RGB is 243 - color contains mainly: green. Hex color #CEF30E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEF30E is #310CF1. Grayscale: #CECECE. Windows color (decimal): -3214578 or 979918. OLE color: 979918.

HSL color Cylindrical-coordinate representation of color #CEF30E: hue angle of 69.69º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CEF30E is Cyan = 0.15, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.05.

Color convert

RGB20624314-
CMYK0.1500.940.05
HSL69.69º90.51%50.39%-
HSV(B)69.69º94.24%95.29%-
XYZ57.5877.2512.29-
YUV205.8319.74128.12-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.49%
GREEN value IS 243 (95.31% from 255) = 52.48%
BLUE value IS 14 (5.86% from 255) = 3.02%
R=44.49%
G=52.48%
B=3.02%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal206243140.1500.940.0569.6990.5150.39
HexCEF3EF05E5465b32
Octal31636316170136510613362
Binary1100111011110011111011110101111010110001101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF30E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF30E; }

 p { color: rgb(206,243,14); }

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

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

 a { background-color: rgb(206,243,14); }

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

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

 span { border-color: rgb(206,243,14); }

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