Html Css Color HEX #C6FB1C Electric Lime

📋 copy color: '#C6FB1C'

red 198 ◦ green 251 ◦ blue 28

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

Shades of Electric Lime #C6FB1C

Tints of Electric Lime #C6FB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.87%

R = 41.51%
G = 52.62%
B = 5.87%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#C6FB1C (or 0xC6FB1C) is known color: Electric Lime. HEX triplet: C6, FB and 1C. RGB value is (198,251,28). Sum of RGB (Red+Green+Blue) = 198+251+28=477 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.51% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C6FB1C is #3904E3. Grayscale: #D2D2D2. Windows color (decimal): -3736804 or 1899462. OLE color: 1899462.

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

Color convert

RGB 198 251 28 -
CMYK 0.21 0 0.89 0.02
HSL 74.26º 0.97% 0.55% -
HSV(B) 74.26º 0.89% 0.98% -
XYZ 58 81.08 13.69 -
YUV 209.73 25.44 119.63 -
System Red Green Blue C M Y K H S L
Decimal 198 251 28 0.21 0 0.89 0.02 74.26 0.97 0.55
Hex C6 FB 1C 15 0 59 2 4A 61 37
Octal 306 373 34 25 0 131 2 112 141 67
Binary 11000110 11111011 11100 10101 0 1011001 10 1001010 1100001 110111

Color Harmonies of #C6FB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FB1C

Black with #C6FB1C

Text Example


Text Example

White with #C6FB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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