#C5FF03

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

Shades of Electric Lime #C5FF03

Tints of Electric Lime #C5FF03

Color information

#C5FF03 (or 0xC5FF03) is unknown color: approx Electric Lime. HEX triplet: C5, FF and 03. RGB value is (197,255,3). Sum of RGB (Red+Green+Blue) = 197+255+3=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 3 (1.56% from 255 or 0.66% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF03 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C5FF03 is #3A00FC. Grayscale: #D1D1D1. Windows color (decimal): -3801341 or 262085. OLE color: 262085.

HSL color Cylindrical-coordinate representation of color #C5FF03: hue angle of 73.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C5FF03 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.

Color convert

RGB1972553-
CMYK0.2300.990
HSL73.81º100%50.59%-
HSV(B)73.81º98.82%100%-
XYZ58.883.413.08-
YUV208.9311.78119.49-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 43.30%
GREEN value IS 255 (100% from 255) = 56.04%
BLUE value IS 3 (1.56% from 255) = 0.66%
R=43.30%
G=56.04%
B=0.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal19725530.2300.99073.8110050.59
HexC5FF31706304a6433
Octal3053773270143011214463
Binary1100010111111111111011101100011010010101100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5FF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5FF03; }

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

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

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

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

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

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

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

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