Html Css Color HEX #C5FC05 Electric Lime

📋 copy color: '#C5FC05'

red 197 ◦ green 252 ◦ blue 5

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

Shades of Electric Lime #C5FC05

Tints of Electric Lime #C5FC05

RGB

 RED value IS 197 (77.34% from 255) = 43.39%

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

 BLUE value IS 5 (2.34% from 255) = 1.1%

R = 43.39%
G = 55.51%
B = 1.1%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#C5FC05 (or 0xC5FC05) is known color: Electric Lime. HEX triplet: C5, FC and 05. RGB value is (197,252,5). Sum of RGB (Red+Green+Blue) = 197+252+5=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #C5FC05 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FC05 is #3A03FA. Grayscale: #D0D0D0. Windows color (decimal): -3802107 or 392389. OLE color: 392389.

HSL color Cylindrical-coordinate representation of color #C5FC05: hue angle of 73.36º 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 #C5FC05 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 197 252 5 -
CMYK 0.22 0 0.98 0.01
HSL 73.36º 0.98% 0.5% -
HSV(B) 73.36º 0.98% 0.99% -
XYZ 57.86 81.5 12.83 -
YUV 207.4 13.78 120.58 -
System Red Green Blue C M Y K H S L
Decimal 197 252 5 0.22 0 0.98 0.01 73.36 0.98 0.5
Hex C5 FC 5 16 0 62 1 49 62 32
Octal 305 374 5 26 0 142 1 111 142 62
Binary 11000101 11111100 101 10110 0 1100010 1 1001001 1100010 110010

Color Harmonies of #C5FC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FC05

Black with #C5FC05

Text Example


Text Example

White with #C5FC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FC05; }

 p { color: rgb(197,252,5); }

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

background-color css

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

 a { background-color: rgb(197,252,5); }

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

border-color css

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

 span { border-color: rgb(197,252,5); }

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