Html Css Color HEX #C5EF0A Electric Lime

📋 copy color: '#C5EF0A'

red 197 ◦ green 239 ◦ blue 10

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

Shades of Electric Lime #C5EF0A

Tints of Electric Lime #C5EF0A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 53.59%

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

R = 44.17%
G = 53.59%
B = 2.24%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#C5EF0A (or 0xC5EF0A) is known color: Electric Lime. HEX triplet: C5, EF and 0A. RGB value is (197,239,10). Sum of RGB (Red+Green+Blue) = 197+239+10=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 239 (93.75% from 255 or 53.59% from 446); Blue value is 10 (4.30% from 255 or 2.24% from 446); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5EF0A is #3A10F5. Grayscale: #C9C9C9. Windows color (decimal): -3805430 or 716741. OLE color: 716741.

HSL color Cylindrical-coordinate representation of color #C5EF0A: hue angle of 71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C5EF0A is Cyan = 0.18, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.

Color convert

RGB 197 239 10 -
CMYK 0.18 0 0.96 0.06
HSL 71º 0.92% 0.49% -
HSV(B) 71º 0.96% 0.94% -
XYZ 53.95 73.63 11.65 -
YUV 200.34 20.59 125.62 -
System Red Green Blue C M Y K H S L
Decimal 197 239 10 0.18 0 0.96 0.06 71 0.92 0.49
Hex C5 EF A 12 0 60 6 47 5C 31
Octal 305 357 12 22 0 140 6 107 134 61
Binary 11000101 11101111 1010 10010 0 1100000 110 1000111 1011100 110001

Color Harmonies of #C5EF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5EF0A

Black with #C5EF0A

Text Example


Text Example

White with #C5EF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5EF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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