Html Css Color HEX #C6F304 Electric Lime

📋 copy color: '#C6F304'

red 198 ◦ green 243 ◦ blue 4

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

Shades of Electric Lime #C6F304

Tints of Electric Lime #C6F304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.9%

R = 44.49%
G = 54.61%
B = 0.9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#C6F304 (or 0xC6F304) is known color: Electric Lime. HEX triplet: C6, F3 and 04. RGB value is (198,243,4). Sum of RGB (Red+Green+Blue) = 198+243+4=445 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.49% from 445); Green value is 243 (95.31% from 255 or 54.61% from 445); Blue value is 4 (1.95% from 255 or 0.90% from 445); Max value from RGB is 243 - color contains mainly: green. Hex color #C6F304 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F304 is #390CFB. Grayscale: #CBCBCB. Windows color (decimal): -3738876 or 324550. OLE color: 324550.

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

Color convert

RGB 198 243 4 -
CMYK 0.19 0 0.98 0.05
HSL 71.3º 0.97% 0.48% -
HSV(B) 71.3º 0.98% 0.95% -
XYZ 55.36 76.12 11.89 -
YUV 202.3 16.09 124.93 -
System Red Green Blue C M Y K H S L
Decimal 198 243 4 0.19 0 0.98 0.05 71.3 0.97 0.48
Hex C6 F3 4 13 0 62 5 47 61 30
Octal 306 363 4 23 0 142 5 107 141 60
Binary 11000110 11110011 100 10011 0 1100010 101 1000111 1100001 110000

Color Harmonies of #C6F304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F304

Black with #C6F304

Text Example


Text Example

White with #C6F304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F304; }

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

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

background-color css

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

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

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

border-color css

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

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

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