Html Css Color HEX #C5F618 Electric Lime

📋 copy color: '#C5F618'

red 197 ◦ green 246 ◦ blue 24

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

Shades of Electric Lime #C5F618

Tints of Electric Lime #C5F618

RGB

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

 GREEN value IS 246 (96.48% from 255) = 52.68%

 BLUE value IS 24 (9.77% from 255) = 5.14%

R = 42.18%
G = 52.68%
B = 5.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#C5F618 (or 0xC5F618) is known color: Electric Lime. HEX triplet: C5, F6 and 18. RGB value is (197,246,24). Sum of RGB (Red+Green+Blue) = 197+246+24=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 246 (96.48% from 255 or 52.68% from 467); Blue value is 24 (9.77% from 255 or 5.14% from 467); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F618 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5F618 is #3A09E7. Grayscale: #CECECE. Windows color (decimal): -3803624 or 1636037. OLE color: 1636037.

HSL color Cylindrical-coordinate representation of color #C5F618: hue angle of 73.24º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C5F618 is Cyan = 0.20, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 197 246 24 -
CMYK 0.20 0 0.90 0.04
HSL 73.24º 0.93% 0.53% -
HSV(B) 73.24º 0.9% 0.96% -
XYZ 56.15 77.85 12.93 -
YUV 206.04 25.27 121.55 -
System Red Green Blue C M Y K H S L
Decimal 197 246 24 0.20 0 0.90 0.04 73.24 0.93 0.53
Hex C5 F6 18 14 0 5A 4 49 5C 35
Octal 305 366 30 24 0 132 4 111 134 65
Binary 11000101 11110110 11000 10100 0 1011010 100 1001001 1011100 110101

Color Harmonies of #C5F618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5F618

Black with #C5F618

Text Example


Text Example

White with #C5F618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5F618; }

 p { color: rgb(197,246,24); }

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

background-color css

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

 a { background-color: rgb(197,246,24); }

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

border-color css

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

 span { border-color: rgb(197,246,24); }

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