#C4FF00

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

Shades of Electric Lime #C4FF00

Tints of Electric Lime #C4FF00

Color information

#C4FF00 (or 0xC4FF00) is unknown color: approx Electric Lime. HEX triplet: C4, FF and 00. RGB value is (196,255,0). Sum of RGB (Red+Green+Blue) = 196+255+0=451 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.46% from 451); Green value is 255 (100% from 255 or 56.54% from 451); Blue value is 0 (0.39% from 255 or 0% from 451); Max value from RGB is 255 - color contains mainly: green. Hex color #C4FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4FF00 is #3B00FF. Grayscale: #D1D1D1. Windows color (decimal): -3866880 or 65476. OLE color: 65476.

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

Color convert

RGB1962550-
CMYK0.23010
HSL73.88º100%50%-
HSV(B)73.88º100%100%-
XYZ58.5283.2612.99-
YUV208.2910.45119.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.46%
GREEN value IS 255 (100% from 255) = 56.54%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.46%
G=56.54%
B=0%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19625500.2301073.8810050
HexC4FF01706404a6432
Octal3043770270144011214462
Binary110001001111111101011101100100010010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4FF00; }

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

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

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

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

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

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

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

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