#C2FC00

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

Shades of Electric Lime #C2FC00

Tints of Electric Lime #C2FC00

Color information

#C2FC00 (or 0xC2FC00) is unknown color: approx Electric Lime. HEX triplet: C2, FC and 00. RGB value is (194,252,0). Sum of RGB (Red+Green+Blue) = 194+252+0=446 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.50% from 446); Green value is 252 (98.83% from 255 or 56.50% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 252 - color contains mainly: green. Hex color #C2FC00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2FC00 is #3D03FF. Grayscale: #CECECE. Windows color (decimal): -3998720 or 64706. OLE color: 64706.

HSL color Cylindrical-coordinate representation of color #C2FC00: hue angle of 73.81º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C2FC00 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.01.

Color convert

RGB1942520-
CMYK0.23010.01
HSL73.81º100%49.41%-
HSV(B)73.81º100%98.82%-
XYZ57.0681.0912.64-
YUV205.9311.78119.49-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.50%
GREEN value IS 252 (98.83% from 255) = 56.50%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.50%
G=56.50%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19425200.23010.0173.8110049.41
HexC2FC01706414a6431
Octal3023740270144111214461
Binary110000101111110001011101100100110010101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2FC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2FC00; }

 p { color: rgb(194,252,0); }

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

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

 a { background-color: rgb(194,252,0); }

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

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

 span { border-color: rgb(194,252,0); }

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