#C7E504

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

Shades of Electric Lime #C7E504

Tints of Electric Lime #C7E504

Color information

#C7E504 (or 0xC7E504) is unknown color: approx Electric Lime. HEX triplet: C7, E5 and 04. RGB value is (199,229,4). Sum of RGB (Red+Green+Blue) = 199+229+4=432 (57% of max value = 765). Red value is 199 (78.12% from 255 or 46.06% from 432); Green value is 229 (89.84% from 255 or 53.01% from 432); Blue value is 4 (1.95% from 255 or 0.93% from 432); Max value from RGB is 229 - color contains mainly: green. Hex color #C7E504 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C7E504 is #381AFB. Grayscale: #C3C3C3. Windows color (decimal): -3676924 or 320967. OLE color: 320967.

HSL color Cylindrical-coordinate representation of color #C7E504: hue angle of 68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7E504 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.10.

Color convert

RGB1992294-
CMYK0.1300.980.10
HSL68º96.57%45.69%-
HSV(B)68º98.25%89.8%-
XYZ51.5968.1910.56-
YUV194.3820.56131.3-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 46.06%
GREEN value IS 229 (89.84% from 255) = 53.01%
BLUE value IS 4 (1.95% from 255) = 0.93%
R=46.06%
G=53.01%
B=0.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19922940.1300.980.106896.5745.69
HexC7E54D062A44612e
Octal30734541501421210414156
Binary1100011111100101100110101100010101010001001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7E504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7E504; }

 p { color: rgb(199,229,4); }

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

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

 a { background-color: rgb(199,229,4); }

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

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

 span { border-color: rgb(199,229,4); }

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