Html Css Color HEX #C6E800 Electric Lime

📋 copy color: '#C6E800'

red 198 ◦ green 232 ◦ blue 0

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

Shades of Electric Lime #C6E800

Tints of Electric Lime #C6E800

RGB

 RED value IS 198 (77.73% from 255) = 46.05%

 GREEN value IS 232 (91.02% from 255) = 53.95%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 46.05%
G = 53.95%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.09

RGB Variations

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

Color information

#C6E800 (or 0xC6E800) is known color: Electric Lime. HEX triplet: C6, E8 and 00. RGB value is (198,232,0). Sum of RGB (Red+Green+Blue) = 198+232+0=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 232 (91.02% from 255 or 53.95% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 232 - color contains mainly: green. Hex color #C6E800 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E800 is #3917FF. Grayscale: #C4C4C4. Windows color (decimal): -3741696 or 59590. OLE color: 59590.

HSL color Cylindrical-coordinate representation of color #C6E800: hue angle of 68.79º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6E800 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.09.

Color convert

RGB 198 232 0 -
CMYK 0.15 0 1 0.09
HSL 68.79º 1% 0.45% -
HSV(B) 68.79º 1% 0.91% -
XYZ 52.15 69.72 10.71 -
YUV 195.39 17.74 129.86 -
System Red Green Blue C M Y K H S L
Decimal 198 232 0 0.15 0 1 0.09 68.79 1 0.45
Hex C6 E8 0 F 0 64 9 45 64 2D
Octal 306 350 0 17 0 144 11 105 144 55
Binary 11000110 11101000 0 1111 0 1100100 1001 1000101 1100100 101101

Color Harmonies of #C6E800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E800

Black with #C6E800

Text Example


Text Example

White with #C6E800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E800; }

 p { color: rgb(198,232,0); }

 H1.HeaderClassName
 {
   color: #C6E800;
 }
 .AnyTagClassName
 {
   color: #C6E800;
 }
</style>

background-color css

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

 a { background-color: rgb(198,232,0); }

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

border-color css

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

 span { border-color: rgb(198,232,0); }

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