Html Css Color HEX #C6F812 Electric Lime

📋 copy color: '#C6F812'

red 198 ◦ green 248 ◦ blue 18

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

Shades of Electric Lime #C6F812

Tints of Electric Lime #C6F812

RGB

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

 GREEN value IS 248 (97.27% from 255) = 53.45%

 BLUE value IS 18 (7.42% from 255) = 3.88%

R = 42.67%
G = 53.45%
B = 3.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.93

 K value IS 0.03

RGB Variations

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

Color information

#C6F812 (or 0xC6F812) is known color: Electric Lime. HEX triplet: C6, F8 and 12. RGB value is (198,248,18). Sum of RGB (Red+Green+Blue) = 198+248+18=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 248 (97.27% from 255 or 53.45% from 464); Blue value is 18 (7.42% from 255 or 3.88% from 464); Max value from RGB is 248 - color contains mainly: green. Hex color #C6F812 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6F812 is #3907ED. Grayscale: #CFCFCF. Windows color (decimal): -3737582 or 1243334. OLE color: 1243334.

HSL color Cylindrical-coordinate representation of color #C6F812: hue angle of 73.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6F812 is Cyan = 0.20, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB 198 248 18 -
CMYK 0.20 0 0.93 0.03
HSL 73.04º 0.94% 0.52% -
HSV(B) 73.04º 0.93% 0.97% -
XYZ 56.97 79.18 12.85 -
YUV 206.83 21.44 121.7 -
System Red Green Blue C M Y K H S L
Decimal 198 248 18 0.20 0 0.93 0.03 73.04 0.94 0.52
Hex C6 F8 12 14 0 5D 3 49 5E 34
Octal 306 370 22 24 0 135 3 111 136 64
Binary 11000110 11111000 10010 10100 0 1011101 11 1001001 1011110 110100

Color Harmonies of #C6F812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F812

Black with #C6F812

Text Example


Text Example

White with #C6F812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F812; }

 p { color: rgb(198,248,18); }

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

background-color css

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

 a { background-color: rgb(198,248,18); }

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

border-color css

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

 span { border-color: rgb(198,248,18); }

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