#C3F505

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

Shades of Electric Lime #C3F505

Tints of Electric Lime #C3F505

Color information

#C3F505 (or 0xC3F505) is unknown color: approx Electric Lime. HEX triplet: C3, F5 and 05. RGB value is (195,245,5). Sum of RGB (Red+Green+Blue) = 195+245+5=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 245 (96.09% from 255 or 55.06% from 445); Blue value is 5 (2.34% from 255 or 1.12% from 445); Max value from RGB is 245 - color contains mainly: green. Hex color #C3F505 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F505 is #3C0AFA. Grayscale: #CBCBCB. Windows color (decimal): -3934971 or 390595. OLE color: 390595.

HSL color Cylindrical-coordinate representation of color #C3F505: hue angle of 72.5º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C3F505 is Cyan = 0.20, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB1952455-
CMYK0.2000.980.04
HSL72.5º96%49.02%-
HSV(B)72.5º97.96%96.08%-
XYZ55.1976.9212.08-
YUV202.6916.44122.51-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 43.82%
GREEN value IS 245 (96.09% from 255) = 55.06%
BLUE value IS 5 (2.34% from 255) = 1.12%
R=43.82%
G=55.06%
B=1.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal19524550.2000.980.0472.59649.02
HexC3F55140624486031
Octal3033655240142411014061
Binary1100001111110101101101000110001010010010001100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F505; }

 p { color: rgb(195,245,5); }

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

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

 a { background-color: rgb(195,245,5); }

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

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

 span { border-color: rgb(195,245,5); }

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