#C6F400

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

Shades of Electric Lime #C6F400

Tints of Electric Lime #C6F400

Color information

#C6F400 (or 0xC6F400) is unknown color: approx Electric Lime. HEX triplet: C6, F4 and 00. RGB value is (198,244,0). Sum of RGB (Red+Green+Blue) = 198+244+0=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 0 (0.39% from 255 or 0% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #C6F400 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F400 is #390BFF. Grayscale: #CBCBCB. Windows color (decimal): -3738624 or 62662. OLE color: 62662.

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

Color convert

RGB1982440-
CMYK0.19010.04
HSL71.31º100%47.84%-
HSV(B)71.31º100%95.69%-
XYZ55.6476.7111.87-
YUV202.4313.76124.84-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.80%
GREEN value IS 244 (95.70% from 255) = 55.20%
BLUE value IS 0 (0.39% from 255) = 0%
R=44.80%
G=55.20%
B=0%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal19824400.19010.0471.3110047.84
HexC6F40130644476430
Octal3063640230144410714460
Binary11000110111101000100110110010010010001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6F400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6F400; }

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

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

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

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

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

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

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

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