Html Css Color HEX #C5EB0A Electric Lime

📋 copy color: '#C5EB0A'

red 197 ◦ green 235 ◦ blue 10

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

Shades of Electric Lime #C5EB0A

Tints of Electric Lime #C5EB0A

RGB

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

 GREEN value IS 235 (92.19% from 255) = 53.17%

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

R = 44.57%
G = 53.17%
B = 2.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#C5EB0A (or 0xC5EB0A) is known color: Electric Lime. HEX triplet: C5, EB and 0A. RGB value is (197,235,10). Sum of RGB (Red+Green+Blue) = 197+235+10=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 235 (92.19% from 255 or 53.17% from 442); Blue value is 10 (4.30% from 255 or 2.26% from 442); Max value from RGB is 235 - color contains mainly: green. Hex color #C5EB0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EB0A is #3A14F5. Grayscale: #C6C6C6. Windows color (decimal): -3806454 or 715717. OLE color: 715717.

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

Color convert

RGB 197 235 10 -
CMYK 0.16 0 0.96 0.08
HSL 70.13º 0.92% 0.48% -
HSV(B) 70.13º 0.96% 0.92% -
XYZ 52.79 71.31 11.27 -
YUV 197.99 21.91 127.3 -
System Red Green Blue C M Y K H S L
Decimal 197 235 10 0.16 0 0.96 0.08 70.13 0.92 0.48
Hex C5 EB A 10 0 60 8 46 5C 30
Octal 305 353 12 20 0 140 10 106 134 60
Binary 11000101 11101011 1010 10000 0 1100000 1000 1000110 1011100 110000

Color Harmonies of #C5EB0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EB0A

Black with #C5EB0A

Text Example


Text Example

White with #C5EB0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EB0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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