Html Css Color HEX #C5FA14 Electric Lime

📋 copy color: '#C5FA14'

red 197 ◦ green 250 ◦ blue 20

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

Shades of Electric Lime #C5FA14

Tints of Electric Lime #C5FA14

RGB

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

 GREEN value IS 250 (98.05% from 255) = 53.53%

 BLUE value IS 20 (8.2% from 255) = 4.28%

R = 42.18%
G = 53.53%
B = 4.28%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#C5FA14 (or 0xC5FA14) is known color: Electric Lime. HEX triplet: C5, FA and 14. RGB value is (197,250,20). Sum of RGB (Red+Green+Blue) = 197+250+20=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 250 (98.05% from 255 or 53.53% from 467); Blue value is 20 (8.20% from 255 or 4.28% from 467); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA14 is #3A05EB. Grayscale: #D0D0D0. Windows color (decimal): -3802604 or 1374917. OLE color: 1374917.

HSL color Cylindrical-coordinate representation of color #C5FA14: hue angle of 73.83º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5FA14 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 250 20 -
CMYK 0.21 0 0.92 0.02
HSL 73.83º 0.96% 0.53% -
HSV(B) 73.83º 0.92% 0.98% -
XYZ 57.34 80.29 13.14 -
YUV 207.93 21.94 120.2 -
System Red Green Blue C M Y K H S L
Decimal 197 250 20 0.21 0 0.92 0.02 73.83 0.96 0.53
Hex C5 FA 14 15 0 5C 2 4A 60 35
Octal 305 372 24 25 0 134 2 112 140 65
Binary 11000101 11111010 10100 10101 0 1011100 10 1001010 1100000 110101

Color Harmonies of #C5FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FA14

Black with #C5FA14

Text Example


Text Example

White with #C5FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FA14; }

 p { color: rgb(197,250,20); }

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

background-color css

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

 a { background-color: rgb(197,250,20); }

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

border-color css

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

 span { border-color: rgb(197,250,20); }

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