#CFFE00

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

Shades of Electric Lime #CFFE00

Tints of Electric Lime #CFFE00

Color information

#CFFE00 (or 0xCFFE00) is unknown color: approx Electric Lime. HEX triplet: CF, FE and 00. RGB value is (207,254,0). Sum of RGB (Red+Green+Blue) = 207+254+0=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 254 (99.61% from 255 or 55.10% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 254 - color contains mainly: green. Hex color #CFFE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CFFE00 is #3001FF. Grayscale: #D3D3D3. Windows color (decimal): -3146240 or 65231. OLE color: 65231.

HSL color Cylindrical-coordinate representation of color #CFFE00: hue angle of 71.1º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFFE00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB2072540-
CMYK0.19010.00
HSL71.1º100%49.8%-
HSV(B)71.1º100%99.61%-
XYZ61.1784.1513.02-
YUV210.998.93125.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.90%
GREEN value IS 254 (99.61% from 255) = 55.10%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.90%
G=55.10%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal20725400.19010.0071.110049.8
HexCFFE0130640476432
Octal3173760230144010714462
Binary110011111111111001001101100100010001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFE00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFE00; }

 p { color: rgb(207,254,0); }

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

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

 a { background-color: rgb(207,254,0); }

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

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

 span { border-color: rgb(207,254,0); }

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