#CFE801

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

Shades of Electric Lime #CFE801

Tints of Electric Lime #CFE801

Color information

#CFE801 (or 0xCFE801) is unknown color: approx Electric Lime. HEX triplet: CF, E8 and 01. RGB value is (207,232,1). Sum of RGB (Red+Green+Blue) = 207+232+1=440 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.05% from 440); Green value is 232 (91.02% from 255 or 52.73% from 440); Blue value is 1 (0.78% from 255 or 0.23% from 440); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE801 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFE801 is #3017FE. Grayscale: #C7C7C7. Windows color (decimal): -3151871 or 125135. OLE color: 125135.

HSL color Cylindrical-coordinate representation of color #CFE801: hue angle of 66.49º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFE801 is Cyan = 0.11, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.09.

Color convert

RGB2072321-
CMYK0.1101.000.09
HSL66.49º99.14%45.69%-
HSV(B)66.49º99.57%90.98%-
XYZ54.5970.9810.85-
YUV198.1916.72134.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.05%
GREEN value IS 232 (91.02% from 255) = 52.73%
BLUE value IS 1 (0.78% from 255) = 0.23%
R=47.05%
G=52.73%
B=0.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 1.00
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20723210.1101.000.0966.4999.1445.69
HexCFE81B064942632e
Octal31735011301441110214356
Binary11001111111010001101101100100100110000101100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE801; }

 p { color: rgb(207,232,1); }

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

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

 a { background-color: rgb(207,232,1); }

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

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

 span { border-color: rgb(207,232,1); }

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