#C6EB02

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

Shades of Electric Lime #C6EB02

Tints of Electric Lime #C6EB02

Color information

#C6EB02 (or 0xC6EB02) is unknown color: approx Electric Lime. HEX triplet: C6, EB and 02. RGB value is (198,235,2). Sum of RGB (Red+Green+Blue) = 198+235+2=435 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.52% from 435); Green value is 235 (92.19% from 255 or 54.02% from 435); Blue value is 2 (1.17% from 255 or 0.46% from 435); Max value from RGB is 235 - color contains mainly: green. Hex color #C6EB02 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EB02 is #3914FD. Grayscale: #C6C6C6. Windows color (decimal): -3740926 or 191430. OLE color: 191430.

HSL color Cylindrical-coordinate representation of color #C6EB02: hue angle of 69.53º degrees, saturation: 0.98, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C6EB02 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.08.

Color convert

RGB1982352-
CMYK0.1600.990.08
HSL69.53º98.31%46.47%-
HSV(B)69.53º99.15%92.16%-
XYZ53.0171.4311.05-
YUV197.3817.74128.45-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.52%
GREEN value IS 235 (92.19% from 255) = 54.02%
BLUE value IS 2 (1.17% from 255) = 0.46%
R=45.52%
G=54.02%
B=0.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal19823520.1600.990.0869.5398.3146.47
HexC6EB210063846622e
Octal30635322001431010614256
Binary1100011011101011101000001100011100010001101100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6EB02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6EB02; }

 p { color: rgb(198,235,2); }

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

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

 a { background-color: rgb(198,235,2); }

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

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

 span { border-color: rgb(198,235,2); }

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