Html Css Color HEX #C1F108 Electric Lime

📋 copy color: '#C1F108'

red 193 ◦ green 241 ◦ blue 8

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

Shades of Electric Lime #C1F108

Tints of Electric Lime #C1F108

RGB

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

 GREEN value IS 241 (94.53% from 255) = 54.52%

 BLUE value IS 8 (3.52% from 255) = 1.81%

R = 43.67%
G = 54.52%
B = 1.81%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#C1F108 (or 0xC1F108) is known color: Electric Lime. HEX triplet: C1, F1 and 08. RGB value is (193,241,8). Sum of RGB (Red+Green+Blue) = 193+241+8=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 241 (94.53% from 255 or 54.52% from 442); Blue value is 8 (3.52% from 255 or 1.81% from 442); Max value from RGB is 241 - color contains mainly: green. Hex color #C1F108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C1F108 is #3E0EF7. Grayscale: #C8C8C8. Windows color (decimal): -4067064 or 586177. OLE color: 586177.

HSL color Cylindrical-coordinate representation of color #C1F108: hue angle of 72.36º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C1F108 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 193 241 8 -
CMYK 0.20 0 0.97 0.05
HSL 72.36º 0.94% 0.49% -
HSV(B) 72.36º 0.97% 0.95% -
XYZ 53.49 74.27 11.75 -
YUV 200.09 19.6 122.95 -
System Red Green Blue C M Y K H S L
Decimal 193 241 8 0.20 0 0.97 0.05 72.36 0.94 0.49
Hex C1 F1 8 14 0 61 5 48 5E 31
Octal 301 361 10 24 0 141 5 110 136 61
Binary 11000001 11110001 1000 10100 0 1100001 101 1001000 1011110 110001

Color Harmonies of #C1F108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1F108

Black with #C1F108

Text Example


Text Example

White with #C1F108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1F108; }

 p { color: rgb(193,241,8); }

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

background-color css

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

 a { background-color: rgb(193,241,8); }

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

border-color css

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

 span { border-color: rgb(193,241,8); }

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