Html Css Color HEX #C6FC0A Electric Lime

📋 copy color: '#C6FC0A'

red 198 ◦ green 252 ◦ blue 10

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

Shades of Electric Lime #C6FC0A

Tints of Electric Lime #C6FC0A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 54.78%

 BLUE value IS 10 (4.3% from 255) = 2.17%

R = 43.04%
G = 54.78%
B = 2.17%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#C6FC0A (or 0xC6FC0A) is known color: Electric Lime. HEX triplet: C6, FC and 0A. RGB value is (198,252,10). Sum of RGB (Red+Green+Blue) = 198+252+10=460 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.04% from 460); Green value is 252 (98.83% from 255 or 54.78% from 460); Blue value is 10 (4.30% from 255 or 2.17% from 460); Max value from RGB is 252 - color contains mainly: green. Hex color #C6FC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FC0A is #3903F5. Grayscale: #D1D1D1. Windows color (decimal): -3736566 or 720070. OLE color: 720070.

HSL color Cylindrical-coordinate representation of color #C6FC0A: hue angle of 73.39º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C6FC0A is Cyan = 0.21, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 252 10 -
CMYK 0.21 0 0.96 0.01
HSL 73.39º 0.98% 0.51% -
HSV(B) 73.39º 0.96% 0.99% -
XYZ 58.15 81.65 12.98 -
YUV 208.27 16.11 120.68 -
System Red Green Blue C M Y K H S L
Decimal 198 252 10 0.21 0 0.96 0.01 73.39 0.98 0.51
Hex C6 FC A 15 0 60 1 49 62 33
Octal 306 374 12 25 0 140 1 111 142 63
Binary 11000110 11111100 1010 10101 0 1100000 1 1001001 1100010 110011

Color Harmonies of #C6FC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FC0A

Black with #C6FC0A

Text Example


Text Example

White with #C6FC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FC0A; }

 p { color: rgb(198,252,10); }

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

background-color css

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

 a { background-color: rgb(198,252,10); }

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

border-color css

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

 span { border-color: rgb(198,252,10); }

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