Html Css Color HEX #C6F618 Electric Lime

📋 copy color: '#C6F618'

red 198 ◦ green 246 ◦ blue 24

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

Shades of Electric Lime #C6F618

Tints of Electric Lime #C6F618

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.56%

 BLUE value IS 24 (9.77% from 255) = 5.13%

R = 42.31%
G = 52.56%
B = 5.13%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#C6F618 (or 0xC6F618) is known color: Electric Lime. HEX triplet: C6, F6 and 18. RGB value is (198,246,24). Sum of RGB (Red+Green+Blue) = 198+246+24=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 24 (9.77% from 255 or 5.13% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #C6F618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F618 is #3909E7. Grayscale: #CFCFCF. Windows color (decimal): -3738088 or 1636038. OLE color: 1636038.

HSL color Cylindrical-coordinate representation of color #C6F618: hue angle of 72.97º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6F618 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 198 246 24 -
CMYK 0.20 0 0.90 0.04
HSL 72.97º 0.93% 0.53% -
HSV(B) 72.97º 0.9% 0.96% -
XYZ 56.41 77.98 12.94 -
YUV 206.34 25.1 122.05 -
System Red Green Blue C M Y K H S L
Decimal 198 246 24 0.20 0 0.90 0.04 72.97 0.93 0.53
Hex C6 F6 18 14 0 5A 4 49 5C 35
Octal 306 366 30 24 0 132 4 111 134 65
Binary 11000110 11110110 11000 10100 0 1011010 100 1001001 1011100 110101

Color Harmonies of #C6F618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F618

Black with #C6F618

Text Example


Text Example

White with #C6F618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F618; }

 p { color: rgb(198,246,24); }

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

background-color css

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

 a { background-color: rgb(198,246,24); }

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

border-color css

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

 span { border-color: rgb(198,246,24); }

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