#CFF00E

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

Shades of Electric Lime #CFF00E

Tints of Electric Lime #CFF00E

Color information

#CFF00E (or 0xCFF00E) is unknown color: approx Electric Lime. HEX triplet: CF, F0 and 0E. RGB value is (207,240,14). Sum of RGB (Red+Green+Blue) = 207+240+14=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 240 (94.14% from 255 or 52.06% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF00E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFF00E is #300FF1. Grayscale: #CDCDCD. Windows color (decimal): -3149810 or 979151. OLE color: 979151.

HSL color Cylindrical-coordinate representation of color #CFF00E: hue angle of 68.76º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFF00E is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB20724014-
CMYK0.1400.940.06
HSL68.76º88.98%49.8%-
HSV(B)68.76º94.17%94.12%-
XYZ56.9775.6212.01-
YUV204.3720.57129.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 240 (94.14% from 255) = 52.06%
BLUE value IS 14 (5.86% from 255) = 3.04%
R=44.90%
G=52.06%
B=3.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal207240140.1400.940.0668.7688.9849.8
HexCFF0EE05E6455932
Octal31736016160136610513162
Binary1100111111110000111011100101111011010001011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF00E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF00E; }

 p { color: rgb(207,240,14); }

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

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

 a { background-color: rgb(207,240,14); }

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

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

 span { border-color: rgb(207,240,14); }

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