Html Css Color HEX #C6FA07 Electric Lime

📋 copy color: '#C6FA07'

red 198 ◦ green 250 ◦ blue 7

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

Shades of Electric Lime #C6FA07

Tints of Electric Lime #C6FA07

RGB

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

 GREEN value IS 250 (98.05% from 255) = 54.95%

 BLUE value IS 7 (3.13% from 255) = 1.54%

R = 43.52%
G = 54.95%
B = 1.54%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#C6FA07 (or 0xC6FA07) is known color: Electric Lime. HEX triplet: C6, FA and 07. RGB value is (198,250,7). Sum of RGB (Red+Green+Blue) = 198+250+7=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 7 (3.12% from 255 or 1.54% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #C6FA07 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FA07 is #3905F8. Grayscale: #CFCFCF. Windows color (decimal): -3737081 or 522950. OLE color: 522950.

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

Color convert

RGB 198 250 7 -
CMYK 0.21 0 0.97 0.02
HSL 72.84º 0.96% 0.5% -
HSV(B) 72.84º 0.97% 0.98% -
XYZ 57.51 80.39 12.69 -
YUV 206.75 15.27 121.76 -
System Red Green Blue C M Y K H S L
Decimal 198 250 7 0.21 0 0.97 0.02 72.84 0.96 0.5
Hex C6 FA 7 15 0 61 2 49 60 32
Octal 306 372 7 25 0 141 2 111 140 62
Binary 11000110 11111010 111 10101 0 1100001 10 1001001 1100000 110010

Color Harmonies of #C6FA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FA07

Black with #C6FA07

Text Example


Text Example

White with #C6FA07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FA07; }

 p { color: rgb(198,250,7); }

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

background-color css

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

 a { background-color: rgb(198,250,7); }

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

border-color css

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

 span { border-color: rgb(198,250,7); }

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