#C4F814

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

Shades of Electric Lime #C4F814

Tints of Electric Lime #C4F814

Color information

#C4F814 (or 0xC4F814) is unknown color: approx Electric Lime. HEX triplet: C4, F8 and 14. RGB value is (196,248,20). Sum of RGB (Red+Green+Blue) = 196+248+20=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 20 (8.20% from 255 or 4.31% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #C4F814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C4F814 is #3B07EB. Grayscale: #CFCFCF. Windows color (decimal): -3868652 or 1374404. OLE color: 1374404.

HSL color Cylindrical-coordinate representation of color #C4F814: hue angle of 73.68º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4F814 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB19624820-
CMYK0.2100.920.03
HSL73.68º94.21%52.55%-
HSV(B)73.68º91.94%97.25%-
XYZ56.4678.9212.92-
YUV206.4622.77120.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.24%
GREEN value IS 248 (97.27% from 255) = 53.45%
BLUE value IS 20 (8.20% from 255) = 4.31%
R=42.24%
G=53.45%
B=4.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal196248200.2100.920.0373.6894.2152.55
HexC4F8141505C34a5e35
Octal30437024250134311213665
Binary11000100111110001010010101010111001110010101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F814; }

 p { color: rgb(196,248,20); }

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

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

 a { background-color: rgb(196,248,20); }

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

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

 span { border-color: rgb(196,248,20); }

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