Html Css Color HEX #C6FB06 Electric Lime

📋 copy color: '#C6FB06'

red 198 ◦ green 251 ◦ blue 6

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

Shades of Electric Lime #C6FB06

Tints of Electric Lime #C6FB06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.32%

R = 43.52%
G = 55.16%
B = 1.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#C6FB06 (or 0xC6FB06) is known color: Electric Lime. HEX triplet: C6, FB and 06. RGB value is (198,251,6). Sum of RGB (Red+Green+Blue) = 198+251+6=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 251 (98.44% from 255 or 55.16% from 455); Blue value is 6 (2.73% from 255 or 1.32% from 455); Max value from RGB is 251 - color contains mainly: green. Hex color #C6FB06 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6FB06 is #3904F9. Grayscale: #D0D0D0. Windows color (decimal): -3736826 or 457670. OLE color: 457670.

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

Color convert

RGB 198 251 6 -
CMYK 0.21 0 0.98 0.02
HSL 72.98º 0.97% 0.5% -
HSV(B) 72.98º 0.98% 0.98% -
XYZ 57.82 81.01 12.76 -
YUV 207.22 14.44 121.42 -
System Red Green Blue C M Y K H S L
Decimal 198 251 6 0.21 0 0.98 0.02 72.98 0.97 0.5
Hex C6 FB 6 15 0 62 2 49 61 32
Octal 306 373 6 25 0 142 2 111 141 62
Binary 11000110 11111011 110 10101 0 1100010 10 1001001 1100001 110010

Color Harmonies of #C6FB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6FB06

Black with #C6FB06

Text Example


Text Example

White with #C6FB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6FB06; }

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

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

background-color css

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

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

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

border-color css

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

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

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