#3FFA42

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

Shades of Lime Green #3FFA42

Tints of Lime Green #3FFA42

Color information

#3FFA42 (or 0x3FFA42) is unknown color: approx Lime Green. HEX triplet: 3F, FA and 42. RGB value is (63,250,66). Sum of RGB (Red+Green+Blue) = 63+250+66=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 250 (98.05% from 255 or 65.96% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA42 is #C005BD. Grayscale: #ADADAD. Windows color (decimal): -12584382 or 4389439. OLE color: 4389439.

HSL color Cylindrical-coordinate representation of color #3FFA42: hue angle of 120.96º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFA42 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB6325066-
CMYK0.7500.740.02
HSL120.96º94.92%61.37%-
HSV(B)120.96º74.8%98.04%-
XYZ37.2269.8216.67-
YUV173.1167.5549.46-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.62%
GREEN value IS 250 (98.05% from 255) = 65.96%
BLUE value IS 66 (26.17% from 255) = 17.41%
R=16.62%
G=65.96%
B=17.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal63250660.7500.740.02120.9694.9261.37
Hex3FFA424B04A2795f3d
Octal773721021130112217113775
Binary1111111111101010000101001011010010101011110011011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FFA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,250,66); }

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

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

 a { background-color: rgb(63,250,66); }

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

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

 span { border-color: rgb(63,250,66); }

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