Html Css Color HEX #C6FE00 Electric Lime

📋 copy color: '#C6FE00'

red 198 ◦ green 254 ◦ blue 0

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

Shades of Electric Lime #C6FE00

Tints of Electric Lime #C6FE00

RGB

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

 GREEN value IS 254 (99.61% from 255) = 56.19%

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

R = 43.81%
G = 56.19%
B = 0%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#C6FE00 (or 0xC6FE00) is known color: Electric Lime. HEX triplet: C6, FE and 00. RGB value is (198,254,0). Sum of RGB (Red+Green+Blue) = 198+254+0=452 (59% of max value = 765). Red value is 198 (77.73% from 255 or 43.81% from 452); Green value is 254 (99.61% from 255 or 56.19% from 452); Blue value is 0 (0.39% from 255 or 0% from 452); Max value from RGB is 254 - color contains mainly: green. Hex color #C6FE00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FE00 is #3901FF. Grayscale: #D1D1D1. Windows color (decimal): -3736064 or 65222. OLE color: 65222.

HSL color Cylindrical-coordinate representation of color #C6FE00: hue angle of 73.23º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6FE00 is Cyan = 0.22, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.

Color convert

RGB 198 254 0 -
CMYK 0.22 0 1 0.00
HSL 73.23º 1% 0.5% -
HSV(B) 73.23º 1% 1% -
XYZ 58.73 82.89 12.9 -
YUV 208.3 10.45 120.65 -
System Red Green Blue C M Y K H S L
Decimal 198 254 0 0.22 0 1 0.00 73.23 1 0.5
Hex C6 FE 0 16 0 64 0 49 64 32
Octal 306 376 0 26 0 144 0 111 144 62
Binary 11000110 11111110 0 10110 0 1100100 0 1001001 1100100 110010

Color Harmonies of #C6FE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FE00

Black with #C6FE00

Text Example


Text Example

White with #C6FE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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