Html Css Color HEX #C5EC0A Electric Lime

📋 copy color: '#C5EC0A'

red 197 ◦ green 236 ◦ blue 10

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

Shades of Electric Lime #C5EC0A

Tints of Electric Lime #C5EC0A

RGB

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

 GREEN value IS 236 (92.58% from 255) = 53.27%

 BLUE value IS 10 (4.3% from 255) = 2.26%

R = 44.47%
G = 53.27%
B = 2.26%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#C5EC0A (or 0xC5EC0A) is known color: Electric Lime. HEX triplet: C5, EC and 0A. RGB value is (197,236,10). Sum of RGB (Red+Green+Blue) = 197+236+10=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 236 (92.58% from 255 or 53.27% from 443); Blue value is 10 (4.30% from 255 or 2.26% from 443); Max value from RGB is 236 - color contains mainly: green. Hex color #C5EC0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EC0A is #3A13F5. Grayscale: #C7C7C7. Windows color (decimal): -3806198 or 715973. OLE color: 715973.

HSL color Cylindrical-coordinate representation of color #C5EC0A: hue angle of 70.35º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5EC0A is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 197 236 10 -
CMYK 0.17 0 0.96 0.07
HSL 70.35º 0.92% 0.48% -
HSV(B) 70.35º 0.96% 0.93% -
XYZ 53.08 71.88 11.36 -
YUV 198.58 21.58 126.88 -
System Red Green Blue C M Y K H S L
Decimal 197 236 10 0.17 0 0.96 0.07 70.35 0.92 0.48
Hex C5 EC A 11 0 60 7 46 5C 30
Octal 305 354 12 21 0 140 7 106 134 60
Binary 11000101 11101100 1010 10001 0 1100000 111 1000110 1011100 110000

Color Harmonies of #C5EC0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EC0A

Black with #C5EC0A

Text Example


Text Example

White with #C5EC0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EC0A; }

 p { color: rgb(197,236,10); }

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

background-color css

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

 a { background-color: rgb(197,236,10); }

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

border-color css

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

 span { border-color: rgb(197,236,10); }

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