#C8F104

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

Shades of Electric Lime #C8F104

Tints of Electric Lime #C8F104

Color information

#C8F104 (or 0xC8F104) is unknown color: approx Electric Lime. HEX triplet: C8, F1 and 04. RGB value is (200,241,4). Sum of RGB (Red+Green+Blue) = 200+241+4=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 241 (94.53% from 255 or 54.16% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 241 - color contains mainly: green. Hex color #C8F104 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F104 is #370EFB. Grayscale: #CACACA. Windows color (decimal): -3608316 or 324040. OLE color: 324040.

HSL color Cylindrical-coordinate representation of color #C8F104: hue angle of 70.38º 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 #C8F104 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB2002414-
CMYK0.1700.980.05
HSL70.38º96.73%48.04%-
HSV(B)70.38º98.34%94.51%-
XYZ55.375.211.72-
YUV201.7216.42126.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.94%
GREEN value IS 241 (94.53% from 255) = 54.16%
BLUE value IS 4 (1.95% from 255) = 0.90%
R=44.94%
G=54.16%
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
Decimal20024140.1700.980.0570.3896.7348.04
HexC8F14110625466130
Octal3103614210142510614160
Binary1100100011110001100100010110001010110001101100001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F104; }

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

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

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

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

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

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

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

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