#C5FF00

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

Shades of Electric Lime #C5FF00

Tints of Electric Lime #C5FF00

Color information

#C5FF00 (or 0xC5FF00) is unknown color: approx Electric Lime. HEX triplet: C5, FF and 00. RGB value is (197,255,0). Sum of RGB (Red+Green+Blue) = 197+255+0=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 255 (100% from 255 or 56.42% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FF00 is #3A00FF. Grayscale: #D1D1D1. Windows color (decimal): -3801344 or 65477. OLE color: 65477.

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

Color convert

RGB1972550-
CMYK0.23010
HSL73.65º100%50%-
HSV(B)73.65º100%100%-
XYZ58.7983.3913-
YUV208.5910.28119.73-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.58%
GREEN value IS 255 (100% from 255) = 56.42%
BLUE value IS 0 (0.39% from 255) = 0%
R=43.58%
G=56.42%
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
Decimal19725500.2301073.6510050
HexC5FF01706404a6432
Octal3053770270144011214462
Binary110001011111111101011101100100010010101100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FF00; }

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

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

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

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

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

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

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

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