Html Css Color HEX #C6F200 Electric Lime

📋 copy color: '#C6F200'

red 198 ◦ green 242 ◦ blue 0

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

Shades of Electric Lime #C6F200

Tints of Electric Lime #C6F200

RGB

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

 GREEN value IS 242 (94.92% from 255) = 55%

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

R = 45%
G = 55%
B = 0%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#C6F200 (or 0xC6F200) is known color: Electric Lime. HEX triplet: C6, F2 and 00. RGB value is (198,242,0). Sum of RGB (Red+Green+Blue) = 198+242+0=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 0 (0.39% from 255 or 0% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #C6F200 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F200 is #390DFF. Grayscale: #CACACA. Windows color (decimal): -3739136 or 62150. OLE color: 62150.

HSL color Cylindrical-coordinate representation of color #C6F200: hue angle of 70.91º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6F200 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 198 242 0 -
CMYK 0.18 0 1 0.05
HSL 70.91º 1% 0.47% -
HSV(B) 70.91º 1% 0.95% -
XYZ 55.04 75.51 11.67 -
YUV 201.26 14.42 125.68 -
System Red Green Blue C M Y K H S L
Decimal 198 242 0 0.18 0 1 0.05 70.91 1 0.47
Hex C6 F2 0 12 0 64 5 47 64 2F
Octal 306 362 0 22 0 144 5 107 144 57
Binary 11000110 11110010 0 10010 0 1100100 101 1000111 1100100 101111

Color Harmonies of #C6F200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F200

Black with #C6F200

Text Example


Text Example

White with #C6F200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F200; }

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

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

background-color css

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

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

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

border-color css

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

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

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