#C8E602

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

Shades of Electric Lime #C8E602

Tints of Electric Lime #C8E602

Color information

#C8E602 (or 0xC8E602) is unknown color: approx Electric Lime. HEX triplet: C8, E6 and 02. RGB value is (200,230,2). Sum of RGB (Red+Green+Blue) = 200+230+2=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 230 (90.23% from 255 or 53.24% from 432); Blue value is 2 (1.17% from 255 or 0.46% from 432); Max value from RGB is 230 - color contains mainly: green. Hex color #C8E602 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C8E602 is #3719FD. Grayscale: #C3C3C3. Windows color (decimal): -3611134 or 190152. OLE color: 190152.

HSL color Cylindrical-coordinate representation of color #C8E602: hue angle of 67.89º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8E602 is Cyan = 0.13, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB2002302-
CMYK0.1300.990.10
HSL67.89º98.28%45.49%-
HSV(B)67.89º99.13%90.2%-
XYZ52.1368.8810.6-
YUV195.0419.06131.54-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 230 (90.23% from 255) = 53.24%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=46.30%
G=53.24%
B=0.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal20023020.1300.990.1067.8998.2845.49
HexC8E62D063A44622d
Octal31034621501431210414255
Binary110010001110011010110101100011101010001001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8E602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8E602; }

 p { color: rgb(200,230,2); }

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

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

 a { background-color: rgb(200,230,2); }

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

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

 span { border-color: rgb(200,230,2); }

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