#C5E503

Color #C5E503 Electric Lime (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Lime #C5E503

Tints of Electric Lime #C5E503

Color information

#C5E503 (or 0xC5E503) is unknown color: approx Electric Lime. HEX triplet: C5, E5 and 03. RGB value is (197,229,3). Sum of RGB (Red+Green+Blue) = 197+229+3=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 229 (89.84% from 255 or 53.38% from 429); Blue value is 3 (1.56% from 255 or 0.70% from 429); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5E503 is #3A1AFC. Grayscale: #C2C2C2. Windows color (decimal): -3807997 or 255429. OLE color: 255429.

HSL color Cylindrical-coordinate representation of color #C5E503: hue angle of 68.5º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5E503 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.10.

Color convert

RGB1972293-
CMYK0.1400.990.10
HSL68.5º97.41%45.49%-
HSV(B)68.5º98.69%89.8%-
XYZ51.0667.9210.5-
YUV193.6720.4130.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 229 (89.84% from 255) = 53.38%
BLUE value IS 3 (1.56% from 255) = 0.70%
R=45.92%
G=53.38%
B=0.70%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal19722930.1400.990.1068.597.4145.49
HexC5E53E063A44612d
Octal30534531601431210414155
Binary110001011110010111111001100011101010001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5E503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5E503; }

 p { color: rgb(197,229,3); }

 H1.HeaderClassName
 {
   color: #C5E503;
 }
 .AnyTagClassName
 {
   color: #C5E503;
 }
</style>
background-color css

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

 a { background-color: rgb(197,229,3); }

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

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

 span { border-color: rgb(197,229,3); }

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