Html Css Color HEX #C6FB12 Electric Lime

📋 copy color: '#C6FB12'

red 198 ◦ green 251 ◦ blue 18

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

Shades of Electric Lime #C6FB12

Tints of Electric Lime #C6FB12

RGB

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

 GREEN value IS 251 (98.44% from 255) = 53.75%

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

R = 42.4%
G = 53.75%
B = 3.85%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#C6FB12 (or 0xC6FB12) is known color: Electric Lime. HEX triplet: C6, FB and 12. RGB value is (198,251,18). Sum of RGB (Red+Green+Blue) = 198+251+18=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FB12 is #3904ED. Grayscale: #D1D1D1. Windows color (decimal): -3736814 or 1244102. OLE color: 1244102.

HSL color Cylindrical-coordinate representation of color #C6FB12: hue angle of 73.65º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6FB12 is Cyan = 0.21, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 198 251 18 -
CMYK 0.21 0 0.93 0.02
HSL 73.65º 0.97% 0.53% -
HSV(B) 73.65º 0.93% 0.98% -
XYZ 57.9 81.04 13.16 -
YUV 208.59 20.44 120.45 -
System Red Green Blue C M Y K H S L
Decimal 198 251 18 0.21 0 0.93 0.02 73.65 0.97 0.53
Hex C6 FB 12 15 0 5D 2 4A 61 35
Octal 306 373 22 25 0 135 2 112 141 65
Binary 11000110 11111011 10010 10101 0 1011101 10 1001010 1100001 110101

Color Harmonies of #C6FB12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FB12

Black with #C6FB12

Text Example


Text Example

White with #C6FB12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FB12; }

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

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

background-color css

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

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

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

border-color css

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

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

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