#C6FF00

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

Shades of Electric Lime #C6FF00

Tints of Electric Lime #C6FF00

Color information

#C6FF00 (or 0xC6FF00) is unknown color: approx Electric Lime. HEX triplet: C6, FF and 00. RGB value is (198,255,0). Sum of RGB (Red+Green+Blue) = 198+255+0=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 255 (100% from 255 or 56.29% from 453); Blue value is 0 (0.39% from 255 or 0% from 453); Max value from RGB is 255 - color contains mainly: green. Hex color #C6FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FF00 is #3900FF. Grayscale: #D1D1D1. Windows color (decimal): -3735808 or 65478. OLE color: 65478.

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

Color convert

RGB1982550-
CMYK0.22010
HSL73.41º100%50%-
HSV(B)73.41º100%100%-
XYZ59.0583.5313.01-
YUV208.8910.12120.23-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 43.71%
GREEN value IS 255 (100% from 255) = 56.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.71%
G=56.29%
B=0%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19825500.2201073.4110050
HexC6FF0160640496432
Octal3063770260144011114462
Binary110001101111111101011001100100010010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6FF00; }

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

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

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

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

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

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

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

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