Html Css Color HEX #C5FF04 Electric Lime

📋 copy color: '#C5FF04'

red 197 ◦ green 255 ◦ blue 4

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

Shades of Electric Lime #C5FF04

Tints of Electric Lime #C5FF04

RGB

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

 GREEN value IS 255 (100% from 255) = 55.92%

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

R = 43.2%
G = 55.92%
B = 0.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#C5FF04 (or 0xC5FF04) is known color: Electric Lime. HEX triplet: C5, FF and 04. RGB value is (197,255,4). Sum of RGB (Red+Green+Blue) = 197+255+4=456 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.20% from 456); Green value is 255 (100% from 255 or 55.92% from 456); Blue value is 4 (1.95% from 255 or 0.88% from 456); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF04 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FF04 is #3A00FB. Grayscale: #D1D1D1. Windows color (decimal): -3801340 or 327621. OLE color: 327621.

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

Color convert

RGB 197 255 4 -
CMYK 0.23 0 0.98 0
HSL 73.86º 1% 0.51% -
HSV(B) 73.86º 0.98% 1% -
XYZ 58.81 83.4 13.11 -
YUV 209.04 12.28 119.41 -
System Red Green Blue C M Y K H S L
Decimal 197 255 4 0.23 0 0.98 0 73.86 1 0.51
Hex C5 FF 4 17 0 62 0 4A 64 33
Octal 305 377 4 27 0 142 0 112 144 63
Binary 11000101 11111111 100 10111 0 1100010 0 1001010 1100100 110011

Color Harmonies of #C5FF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FF04

Black with #C5FF04

Text Example


Text Example

White with #C5FF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FF04; }

 p { color: rgb(197,255,4); }

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

background-color css

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

 a { background-color: rgb(197,255,4); }

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

border-color css

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

 span { border-color: rgb(197,255,4); }

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