Html Css Color HEX #C6F301 Electric Lime

📋 copy color: '#C6F301'

red 198 ◦ green 243 ◦ blue 1

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

Shades of Electric Lime #C6F301

Tints of Electric Lime #C6F301

RGB

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

 GREEN value IS 243 (95.31% from 255) = 54.98%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 44.8%
G = 54.98%
B = 0.23%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1.00

 K value IS 0.05

RGB Variations

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

Color information

#C6F301 (or 0xC6F301) is known color: Electric Lime. HEX triplet: C6, F3 and 01. RGB value is (198,243,1). Sum of RGB (Red+Green+Blue) = 198+243+1=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 243 (95.31% from 255 or 54.98% from 442); Blue value is 1 (0.78% from 255 or 0.23% from 442); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F301 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F301 is #390CFE. Grayscale: #CACACA. Windows color (decimal): -3738879 or 127942. OLE color: 127942.

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

Color convert

RGB 198 243 1 -
CMYK 0.19 0 1.00 0.05
HSL 71.16º 0.99% 0.48% -
HSV(B) 71.16º 1% 0.95% -
XYZ 55.34 76.11 11.8 -
YUV 201.96 14.59 125.18 -
System Red Green Blue C M Y K H S L
Decimal 198 243 1 0.19 0 1.00 0.05 71.16 0.99 0.48
Hex C6 F3 1 13 0 64 5 47 63 30
Octal 306 363 1 23 0 144 5 107 143 60
Binary 11000110 11110011 1 10011 0 1100100 101 1000111 1100011 110000

Color Harmonies of #C6F301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F301

Black with #C6F301

Text Example


Text Example

White with #C6F301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F301; }

 p { color: rgb(198,243,1); }

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

background-color css

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

 a { background-color: rgb(198,243,1); }

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

border-color css

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

 span { border-color: rgb(198,243,1); }

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