#C3FA18

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

Shades of Electric Lime #C3FA18

Tints of Electric Lime #C3FA18

Color information

#C3FA18 (or 0xC3FA18) is unknown color: approx Electric Lime. HEX triplet: C3, FA and 18. RGB value is (195,250,24). Sum of RGB (Red+Green+Blue) = 195+250+24=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 250 (98.05% from 255 or 53.30% from 469); Blue value is 24 (9.77% from 255 or 5.12% from 469); Max value from RGB is 250 - color contains mainly: green. Hex color #C3FA18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #C3FA18 is #3C05E7. Grayscale: #D0D0D0. Windows color (decimal): -3933672 or 1637059. OLE color: 1637059.

HSL color Cylindrical-coordinate representation of color #C3FA18: hue angle of 74.6º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C3FA18 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB19525024-
CMYK0.2200.900.02
HSL74.6º95.76%53.73%-
HSV(B)74.6º90.4%98.04%-
XYZ56.8680.0413.32-
YUV207.7924.28118.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 250 (98.05% from 255) = 53.30%
BLUE value IS 24 (9.77% from 255) = 5.12%
R=41.58%
G=53.30%
B=5.12%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal195250240.2200.900.0274.695.7653.73
HexC3FA181605A24b6036
Octal30337230260132211314066
Binary11000011111110101100010110010110101010010111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3FA18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3FA18; }

 p { color: rgb(195,250,24); }

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

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

 a { background-color: rgb(195,250,24); }

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

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

 span { border-color: rgb(195,250,24); }

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