#C7F104

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

Shades of Electric Lime #C7F104

Tints of Electric Lime #C7F104

Color information

#C7F104 (or 0xC7F104) is unknown color: approx Electric Lime. HEX triplet: C7, F1 and 04. RGB value is (199,241,4). Sum of RGB (Red+Green+Blue) = 199+241+4=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 241 (94.53% from 255 or 54.28% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C7F104 is #380EFB. Grayscale: #CACACA. Windows color (decimal): -3673852 or 324039. OLE color: 324039.

HSL color Cylindrical-coordinate representation of color #C7F104: hue angle of 70.63º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C7F104 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB1992414-
CMYK0.1700.980.05
HSL70.63º96.73%48.04%-
HSV(B)70.63º98.34%94.51%-
XYZ55.0375.0611.7-
YUV201.4216.59126.27-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 241 (94.53% from 255) = 54.28%
BLUE value IS 4 (1.95% from 255) = 0.90%
R=44.82%
G=54.28%
B=0.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal19924140.1700.980.0570.6396.7348.04
HexC7F14110625476130
Octal3073614210142510714160
Binary1100011111110001100100010110001010110001111100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7F104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7F104; }

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

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

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

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

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

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

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

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