Html Css Color HEX #C5FA0E Electric Lime

📋 copy color: '#C5FA0E'

red 197 ◦ green 250 ◦ blue 14

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

Shades of Electric Lime #C5FA0E

Tints of Electric Lime #C5FA0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.04%

R = 42.73%
G = 54.23%
B = 3.04%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#C5FA0E (or 0xC5FA0E) is known color: Electric Lime. HEX triplet: C5, FA and 0E. RGB value is (197,250,14). Sum of RGB (Red+Green+Blue) = 197+250+14=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 250 (98.05% from 255 or 54.23% from 461); Blue value is 14 (5.86% from 255 or 3.04% from 461); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FA0E is #3A05F1. Grayscale: #D0D0D0. Windows color (decimal): -3802610 or 981701. OLE color: 981701.

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

Color convert

RGB 197 250 14 -
CMYK 0.21 0 0.94 0.02
HSL 73.47º 0.96% 0.52% -
HSV(B) 73.47º 0.94% 0.98% -
XYZ 57.29 80.27 12.89 -
YUV 207.25 18.94 120.69 -
System Red Green Blue C M Y K H S L
Decimal 197 250 14 0.21 0 0.94 0.02 73.47 0.96 0.52
Hex C5 FA E 15 0 5E 2 49 60 34
Octal 305 372 16 25 0 136 2 111 140 64
Binary 11000101 11111010 1110 10101 0 1011110 10 1001001 1100000 110100

Color Harmonies of #C5FA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5FA0E

Black with #C5FA0E

Text Example


Text Example

White with #C5FA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5FA0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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