#C3F813

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

Shades of Electric Lime #C3F813

Tints of Electric Lime #C3F813

Color information

#C3F813 (or 0xC3F813) is unknown color: approx Electric Lime. HEX triplet: C3, F8 and 13. RGB value is (195,248,19). Sum of RGB (Red+Green+Blue) = 195+248+19=462 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.21% from 462); Green value is 248 (97.27% from 255 or 53.68% from 462); Blue value is 19 (7.81% from 255 or 4.11% from 462); Max value from RGB is 248 - color contains mainly: green. Hex color #C3F813 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3F813 is #3C07EC. Grayscale: #CECECE. Windows color (decimal): -3934189 or 1308867. OLE color: 1308867.

HSL color Cylindrical-coordinate representation of color #C3F813: hue angle of 73.89º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C3F813 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB19524819-
CMYK0.2100.920.03
HSL73.89º94.24%52.35%-
HSV(B)73.89º92.34%97.25%-
XYZ56.1978.7812.86-
YUV206.0522.44120.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.21%
GREEN value IS 248 (97.27% from 255) = 53.68%
BLUE value IS 19 (7.81% from 255) = 4.11%
R=42.21%
G=53.68%
B=4.11%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal195248190.2100.920.0373.8994.2452.35
HexC3F8131505C34a5e34
Octal30337023250134311213664
Binary11000011111110001001110101010111001110010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F813; }

 p { color: rgb(195,248,19); }

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

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

 a { background-color: rgb(195,248,19); }

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

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

 span { border-color: rgb(195,248,19); }

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