Html Css Color HEX #C6F00F Electric Lime

📋 copy color: '#C6F00F'

red 198 ◦ green 240 ◦ blue 15

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

Shades of Electric Lime #C6F00F

Tints of Electric Lime #C6F00F

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.98%

 BLUE value IS 15 (6.25% from 255) = 3.31%

R = 43.71%
G = 52.98%
B = 3.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#C6F00F (or 0xC6F00F) is known color: Electric Lime. HEX triplet: C6, F0 and 0F. RGB value is (198,240,15). Sum of RGB (Red+Green+Blue) = 198+240+15=453 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.71% from 453); Green value is 240 (94.14% from 255 or 52.98% from 453); Blue value is 15 (6.25% from 255 or 3.31% from 453); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F00F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F00F is #390FF0. Grayscale: #CACACA. Windows color (decimal): -3739633 or 1044678. OLE color: 1044678.

HSL color Cylindrical-coordinate representation of color #C6F00F: hue angle of 71.2º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C6F00F is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 240 15 -
CMYK 0.18 0 0.94 0.06
HSL 71.2º 0.88% 0.5% -
HSV(B) 71.2º 0.94% 0.94% -
XYZ 54.54 74.36 11.93 -
YUV 201.79 22.59 125.3 -
System Red Green Blue C M Y K H S L
Decimal 198 240 15 0.18 0 0.94 0.06 71.2 0.88 0.5
Hex C6 F0 F 12 0 5E 6 47 58 32
Octal 306 360 17 22 0 136 6 107 130 62
Binary 11000110 11110000 1111 10010 0 1011110 110 1000111 1011000 110010

Color Harmonies of #C6F00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F00F

Black with #C6F00F

Text Example


Text Example

White with #C6F00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F00F; }

 p { color: rgb(198,240,15); }

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

background-color css

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

 a { background-color: rgb(198,240,15); }

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

border-color css

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

 span { border-color: rgb(198,240,15); }

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