#3FF63A

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

Shades of Lime Green #3FF63A

Tints of Lime Green #3FF63A

Color information

#3FF63A (or 0x3FF63A) is unknown color: approx Lime Green. HEX triplet: 3F, F6 and 3A. RGB value is (63,246,58). Sum of RGB (Red+Green+Blue) = 63+246+58=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 246 (96.48% from 255 or 67.03% from 367); Blue value is 58 (23.05% from 255 or 15.80% from 367); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF63A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF63A is #C009C5. Grayscale: #AAAAAA. Windows color (decimal): -12585414 or 3864127. OLE color: 3864127.

HSL color Cylindrical-coordinate representation of color #3FF63A: hue angle of 118.4º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FF63A is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB6324658-
CMYK0.7400.760.04
HSL118.4º91.26%59.61%-
HSV(B)118.4º76.42%96.47%-
XYZ35.7767.2715.1-
YUV169.8564.8751.79-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 17.17%
GREEN value IS 246 (96.48% from 255) = 67.03%
BLUE value IS 58 (23.05% from 255) = 15.80%
R=17.17%
G=67.03%
B=15.80%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal63246580.7400.760.04118.491.2659.61
Hex3FF63A4A04C4765b3c
Octal77366721120114416613374
Binary1111111111011011101010010100100110010011101101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FF63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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