Html Css Color HEX #C6EB02 Electric Lime

📋 copy color: '#C6EB02'

red 198 ◦ green 235 ◦ blue 2

#C6EB02
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Lime #C6EB02

Tints of Electric Lime #C6EB02

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 value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#C6EB02 (or 0xC6EB02) is known color: 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

RGB 198 235 2 -
CMYK 0.16 0 0.99 0.08
HSL 69.53º 0.98% 0.46% -
HSV(B) 69.53º 0.99% 0.92% -
XYZ 53.01 71.43 11.05 -
YUV 197.38 17.74 128.45 -
System Red Green Blue C M Y K H S L
Decimal 198 235 2 0.16 0 0.99 0.08 69.53 0.98 0.46
Hex C6 EB 2 10 0 63 8 46 62 2E
Octal 306 353 2 20 0 143 10 106 142 56
Binary 11000110 11101011 10 10000 0 1100011 1000 1000110 1100010 101110

Color Harmonies of #C6EB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EB02

Black with #C6EB02

Text Example


Text Example

White with #C6EB02

Text Example


Text Example

HTML Codes & Css Web 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>