Html Css Color HEX #C1FC04 Electric Lime

📋 copy color: '#C1FC04'

red 193 ◦ green 252 ◦ blue 4

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

Shades of Electric Lime #C1FC04

Tints of Electric Lime #C1FC04

RGB

 RED value IS 193 (75.78% from 255) = 42.98%

 GREEN value IS 252 (98.83% from 255) = 56.12%

 BLUE value IS 4 (1.95% from 255) = 0.89%

R = 42.98%
G = 56.12%
B = 0.89%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#C1FC04 (or 0xC1FC04) is known color: Electric Lime. HEX triplet: C1, FC and 04. RGB value is (193,252,4). Sum of RGB (Red+Green+Blue) = 193+252+4=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 4 (1.95% from 255 or 0.89% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #C1FC04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1FC04 is #3E03FB. Grayscale: #CFCFCF. Windows color (decimal): -4064252 or 326849. OLE color: 326849.

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

Color convert

RGB 193 252 4 -
CMYK 0.23 0 0.98 0.01
HSL 74.27º 0.98% 0.5% -
HSV(B) 74.27º 0.98% 0.99% -
XYZ 56.82 80.97 12.75 -
YUV 206.09 13.95 118.67 -
System Red Green Blue C M Y K H S L
Decimal 193 252 4 0.23 0 0.98 0.01 74.27 0.98 0.5
Hex C1 FC 4 17 0 62 1 4A 62 32
Octal 301 374 4 27 0 142 1 112 142 62
Binary 11000001 11111100 100 10111 0 1100010 1 1001010 1100010 110010

Color Harmonies of #C1FC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1FC04

Black with #C1FC04

Text Example


Text Example

White with #C1FC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1FC04; }

 p { color: rgb(193,252,4); }

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

background-color css

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

 a { background-color: rgb(193,252,4); }

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

border-color css

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

 span { border-color: rgb(193,252,4); }

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