Html Css Color HEX #C6EF12 Electric Lime

📋 copy color: '#C6EF12'

red 198 ◦ green 239 ◦ blue 18

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

Shades of Electric Lime #C6EF12

Tints of Electric Lime #C6EF12

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.53%

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

R = 43.52%
G = 52.53%
B = 3.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#C6EF12 (or 0xC6EF12) is known color: Electric Lime. HEX triplet: C6, EF and 12. RGB value is (198,239,18). Sum of RGB (Red+Green+Blue) = 198+239+18=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 18 (7.42% from 255 or 3.96% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #C6EF12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6EF12 is #3910ED. Grayscale: #CACACA. Windows color (decimal): -3739886 or 1241030. OLE color: 1241030.

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

Color convert

RGB 198 239 18 -
CMYK 0.17 0 0.92 0.06
HSL 71.13º 0.87% 0.5% -
HSV(B) 71.13º 0.92% 0.94% -
XYZ 54.26 73.78 11.95 -
YUV 201.55 24.42 125.47 -
System Red Green Blue C M Y K H S L
Decimal 198 239 18 0.17 0 0.92 0.06 71.13 0.87 0.5
Hex C6 EF 12 11 0 5C 6 47 57 32
Octal 306 357 22 21 0 134 6 107 127 62
Binary 11000110 11101111 10010 10001 0 1011100 110 1000111 1010111 110010

Color Harmonies of #C6EF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6EF12

Black with #C6EF12

Text Example


Text Example

White with #C6EF12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6EF12; }

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

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

background-color css

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

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

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

border-color css

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

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

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