#CFE40E

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

Shades of Electric Lime #CFE40E

Tints of Electric Lime #CFE40E

Color information

#CFE40E (or 0xCFE40E) is unknown color: approx Electric Lime. HEX triplet: CF, E4 and 0E. RGB value is (207,228,14). Sum of RGB (Red+Green+Blue) = 207+228+14=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 228 (89.45% from 255 or 50.78% from 449); Blue value is 14 (5.86% from 255 or 3.12% from 449); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE40E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFE40E is #301BF1. Grayscale: #C6C6C6. Windows color (decimal): -3152882 or 976079. OLE color: 976079.

HSL color Cylindrical-coordinate representation of color #CFE40E: hue angle of 65.89º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFE40E is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.

Color convert

RGB20722814-
CMYK0.0900.940.11
HSL65.89º88.43%47.45%-
HSV(B)65.89º93.86%89.41%-
XYZ53.5568.7810.87-
YUV197.3224.54134.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.10%
GREEN value IS 228 (89.45% from 255) = 50.78%
BLUE value IS 14 (5.86% from 255) = 3.12%
R=46.10%
G=50.78%
B=3.12%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal207228140.0900.940.1165.8988.4347.45
HexCFE4E905EB42582f
Octal317344161101361310213057
Binary11001111111001001110100101011110101110000101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE40E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE40E; }

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

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

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

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

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

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

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

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