Html Css Color HEX #C6E601 Electric Lime

📋 copy color: '#C6E601'

red 198 ◦ green 230 ◦ blue 1

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

Shades of Electric Lime #C6E601

Tints of Electric Lime #C6E601

RGB

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

 GREEN value IS 230 (90.23% from 255) = 53.61%

 BLUE value IS 1 (0.78% from 255) = 0.23%

R = 46.15%
G = 53.61%
B = 0.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 1.00

 K value IS 0.10

RGB Variations

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

Color information

#C6E601 (or 0xC6E601) is known color: Electric Lime. HEX triplet: C6, E6 and 01. RGB value is (198,230,1). Sum of RGB (Red+Green+Blue) = 198+230+1=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 1 (0.78% from 255 or 0.23% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #C6E601 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C6E601 is #3919FE. Grayscale: #C3C3C3. Windows color (decimal): -3742207 or 124614. OLE color: 124614.

HSL color Cylindrical-coordinate representation of color #C6E601: hue angle of 68.38º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C6E601 is Cyan = 0.14, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.10.

Color convert

RGB 198 230 1 -
CMYK 0.14 0 1.00 0.10
HSL 68.38º 0.99% 0.45% -
HSV(B) 68.38º 1% 0.9% -
XYZ 51.59 68.6 10.55 -
YUV 194.33 18.9 130.62 -
System Red Green Blue C M Y K H S L
Decimal 198 230 1 0.14 0 1.00 0.10 68.38 0.99 0.45
Hex C6 E6 1 E 0 64 A 44 63 2D
Octal 306 346 1 16 0 144 12 104 143 55
Binary 11000110 11100110 1 1110 0 1100100 1010 1000100 1100011 101101

Color Harmonies of #C6E601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6E601

Black with #C6E601

Text Example


Text Example

White with #C6E601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6E601; }

 p { color: rgb(198,230,1); }

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

background-color css

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

 a { background-color: rgb(198,230,1); }

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

border-color css

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

 span { border-color: rgb(198,230,1); }

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