Html Css Color HEX #C2F108 Electric Lime

📋 copy color: '#C2F108'

red 194 ◦ green 241 ◦ blue 8

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

Shades of Electric Lime #C2F108

Tints of Electric Lime #C2F108

RGB

 RED value IS 194 (76.17% from 255) = 43.79%

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

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

R = 43.79%
G = 54.4%
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

#C2F108 (or 0xC2F108) is known color: Electric Lime. HEX triplet: C2, F1 and 08. RGB value is (194,241,8). Sum of RGB (Red+Green+Blue) = 194+241+8=443 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.79% from 443); Green value is 241 (94.53% from 255 or 54.40% from 443); Blue value is 8 (3.52% from 255 or 1.81% from 443); Max value from RGB is 241 - color contains mainly: green. Hex color #C2F108 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C2F108 is #3D0EF7. Grayscale: #C9C9C9. Windows color (decimal): -4001528 or 586178. OLE color: 586178.

HSL color Cylindrical-coordinate representation of color #C2F108: hue angle of 72.1º 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 #C2F108 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 194 241 8 -
CMYK 0.20 0 0.97 0.05
HSL 72.1º 0.94% 0.49% -
HSV(B) 72.1º 0.97% 0.95% -
XYZ 53.75 74.4 11.76 -
YUV 200.39 19.43 123.45 -
System Red Green Blue C M Y K H S L
Decimal 194 241 8 0.20 0 0.97 0.05 72.1 0.94 0.49
Hex C2 F1 8 14 0 61 5 48 5E 31
Octal 302 361 10 24 0 141 5 110 136 61
Binary 11000010 11110001 1000 10100 0 1100001 101 1001000 1011110 110001

Color Harmonies of #C2F108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2F108

Black with #C2F108

Text Example


Text Example

White with #C2F108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2F108; }

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

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

background-color css

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

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

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

border-color css

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

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

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