#CEFF00

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

Shades of Electric Lime #CEFF00

Tints of Electric Lime #CEFF00

Color information

#CEFF00 (or 0xCEFF00) is unknown color: approx Electric Lime. HEX triplet: CE, FF and 00. RGB value is (206,255,0). Sum of RGB (Red+Green+Blue) = 206+255+0=461 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.69% from 461); Green value is 255 (100% from 255 or 55.31% from 461); Blue value is 0 (0.39% from 255 or 0% from 461); Max value from RGB is 255 - color contains mainly: green. Hex color #CEFF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #CEFF00 is #3100FF. Grayscale: #D4D4D4. Windows color (decimal): -3211520 or 65486. OLE color: 65486.

HSL color Cylindrical-coordinate representation of color #CEFF00: hue angle of 71.53º 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 #CEFF00 is Cyan = 0.19, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.

Color convert

RGB2062550-
CMYK0.19010
HSL71.53º100%50%-
HSV(B)71.53º100%100%-
XYZ61.2184.6413.11-
YUV211.288.77124.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.69%
GREEN value IS 255 (100% from 255) = 55.31%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.69%
G=55.31%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal20625500.1901071.5310050
HexCEFF0130640486432
Octal3163770230144011014462
Binary110011101111111101001101100100010010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFF00; }

 p { color: rgb(206,255,0); }

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

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

 a { background-color: rgb(206,255,0); }

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

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

 span { border-color: rgb(206,255,0); }

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