#3FC63A

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

Shades of Lime Green #3FC63A

Tints of Lime Green #3FC63A

Color information

#3FC63A (or 0x3FC63A) is unknown color: approx Lime Green. HEX triplet: 3F, C6 and 3A. RGB value is (63,198,58). Sum of RGB (Red+Green+Blue) = 63+198+58=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 198 (77.73% from 255 or 62.07% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 198 - color contains mainly: green. Hex color #3FC63A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC63A is #C039C5. Grayscale: #8E8E8E. Windows color (decimal): -12597702 or 3851839. OLE color: 3851839.

HSL color Cylindrical-coordinate representation of color #3FC63A: hue angle of 117.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FC63A is Cyan = 0.68, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB6319858-
CMYK0.6800.710.22
HSL117.86º55.12%50.2%-
HSV(B)117.86º70.71%77.65%-
XYZ23.0141.7510.85-
YUV141.6780.7771.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.75%
GREEN value IS 198 (77.73% from 255) = 62.07%
BLUE value IS 58 (23.05% from 255) = 18.18%
R=19.75%
G=62.07%
B=18.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal63198580.6800.710.22117.8655.1250.2
Hex3FC63A4404716763732
Octal77306721040107261666762
Binary11111111000110111010100010001000111101101110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FC63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FC63A; }

 p { color: rgb(63,198,58); }

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

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

 a { background-color: rgb(63,198,58); }

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

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

 span { border-color: rgb(63,198,58); }

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