#C0FC04

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

Shades of Electric Lime #C0FC04

Tints of Electric Lime #C0FC04

Color information

#C0FC04 (or 0xC0FC04) is unknown color: approx Electric Lime. HEX triplet: C0, FC and 04. RGB value is (192,252,4). Sum of RGB (Red+Green+Blue) = 192+252+4=448 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.86% from 448); Green value is 252 (98.83% from 255 or 56.25% from 448); Blue value is 4 (1.95% from 255 or 0.89% from 448); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C0FC04 is #3F03FB. Grayscale: #CECECE. Windows color (decimal): -4129788 or 326848. OLE color: 326848.

HSL color Cylindrical-coordinate representation of color #C0FC04: hue angle of 74.52º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C0FC04 is Cyan = 0.24, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB1922524-
CMYK0.2400.980.01
HSL74.52º97.64%50.2%-
HSV(B)74.52º98.41%98.82%-
XYZ56.5780.8412.74-
YUV205.7914.12118.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.86%
GREEN value IS 252 (98.83% from 255) = 56.25%
BLUE value IS 4 (1.95% from 255) = 0.89%
R=42.86%
G=56.25%
B=0.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal19225240.2400.980.0174.5297.6450.2
HexC0FC41806214b6232
Octal3003744300142111314262
Binary11000000111111001001100001100010110010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0FC04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0FC04; }

 p { color: rgb(192,252,4); }

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

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

 a { background-color: rgb(192,252,4); }

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

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

 span { border-color: rgb(192,252,4); }

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