#c8f205

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

Shades of Electric Lime #C8F205

Tints of Electric Lime #C8F205

Color information

#C8F205 (or 0xC8F205) is unknown color: approx Electric Lime. HEX triplet: C8, F2 and 05. RGB value is (200,242,5). Sum of RGB (Red+Green+Blue) = 200+242+5=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 5 (2.34% from 255 or 1.12% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8F205 is #370DFA. Grayscale: #CBCBCB. Windows color (decimal): -3608059 or 389832. OLE color: 389832.

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

Color convert

RGB2002425-
CMYK0.1700.980.05
HSL70.63º95.95%48.43%-
HSV(B)70.63º97.93%94.9%-
XYZ55.675.7911.84-
YUV202.4216.59126.27-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.74%
GREEN value IS 242 (94.92% from 255) = 54.14%
BLUE value IS 5 (2.34% from 255) = 1.12%
R=44.74%
G=54.14%
B=1.12%

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
Decimal20024250.1700.980.0570.6395.9548.43
HexC8F25110625476030
Octal3103625210142510714060
Binary1100100011110010101100010110001010110001111100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8f205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8f205; }

 p { color: rgb(200,242,5); }

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

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

 a { background-color: rgb(200,242,5); }

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

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

 span { border-color: rgb(200,242,5); }

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