Html Css Color HEX #C4FC1C Electric Lime

📋 copy color: '#C4FC1C'

red 196 ◦ green 252 ◦ blue 28

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

Shades of Electric Lime #C4FC1C

Tints of Electric Lime #C4FC1C

RGB

 RED value IS 196 (76.95% from 255) = 41.18%

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

 BLUE value IS 28 (11.33% from 255) = 5.88%

R = 41.18%
G = 52.94%
B = 5.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#C4FC1C (or 0xC4FC1C) is known color: Electric Lime. HEX triplet: C4, FC and 1C. RGB value is (196,252,28). Sum of RGB (Red+Green+Blue) = 196+252+28=476 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.18% from 476); Green value is 252 (98.83% from 255 or 52.94% from 476); Blue value is 28 (11.33% from 255 or 5.88% from 476); Max value from RGB is 252 - color contains mainly: green. Hex color #C4FC1C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FC1C is #3B03E3. Grayscale: #D2D2D2. Windows color (decimal): -3867620 or 1899716. OLE color: 1899716.

HSL color Cylindrical-coordinate representation of color #C4FC1C: hue angle of 75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4FC1C is Cyan = 0.22, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB 196 252 28 -
CMYK 0.22 0 0.89 0.01
HSL 75º 0.97% 0.55% -
HSV(B) 75º 0.89% 0.99% -
XYZ 57.78 81.44 13.77 -
YUV 209.72 25.45 118.21 -
System Red Green Blue C M Y K H S L
Decimal 196 252 28 0.22 0 0.89 0.01 75 0.97 0.55
Hex C4 FC 1C 16 0 59 1 4B 61 37
Octal 304 374 34 26 0 131 1 113 141 67
Binary 11000100 11111100 11100 10110 0 1011001 1 1001011 1100001 110111

Color Harmonies of #C4FC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4FC1C

Black with #C4FC1C

Text Example


Text Example

White with #C4FC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4FC1C; }

 p { color: rgb(196,252,28); }

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

background-color css

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

 a { background-color: rgb(196,252,28); }

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

border-color css

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

 span { border-color: rgb(196,252,28); }

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